summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjustauser <[email protected]>2013-07-07 13:53:23 -0400
committerjustauser <[email protected]>2013-07-07 13:53:23 -0400
commit47fecba235400e0d7a5a7c54c9ff201c0840deec (patch)
treea3bbb51855801e2eadbfad91530108c6a6390121 /include
parent776b19536df2e01d8d5363c3a8647f3a24417b6b (diff)
changes to add hook_query_headlines
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index 355eec2cd..397605c5a 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -2579,7 +2579,7 @@
}
}
- $content_query_part = "content as content_preview, cached_content, ";
+ $content_query_part = "content, content as content_preview, cached_content, ";
if (is_numeric($feed)) {