From 575a52874c8ebb0bcd5741009cc143389ea2279e Mon Sep 17 00:00:00 2001 From: justauser Date: Sat, 29 Jun 2013 03:11:38 -0400 Subject: fixed a typo --- classes/handler/public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/handler/public.php b/classes/handler/public.php index 08f35e212..810f4c034 100644 --- a/classes/handler/public.php +++ b/classes/handler/public.php @@ -166,7 +166,7 @@ class Handler_Public extends Handler { $feed['articles'] = array(); while ($line = $this->dbh->fetch_assoc($result)) { - $line["content_preview"]] = truncate_string(strip_tags($line["content_preview"]), 100, '...'); + $line["content_preview"] = truncate_string(strip_tags($line["content_preview"]), 100, '...'); foreach (PluginHost::getInstance()->get_hooks(PluginHost::HOOK_QUERY_HEADLINES) as $p) { $line = $p->hook_query_headlines($line, 100); } -- cgit v1.2.3