summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 3fa36d5c1..0b051a16e 100644
--- a/backend.php
+++ b/backend.php
@@ -1001,7 +1001,7 @@
}
if (!$vfeed_query_part) {
- $content_query_part = "content as content_preview,";
+ $content_query_part = "SUBSTRING(content,1,300) as content_preview,";
} else {
$content_query_part = "";
}