summaryrefslogtreecommitdiff
path: root/actions/noticesearch.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-07-09 19:19:48 -0400
committerEvan Prodromou <evan@prodromou.name>2008-07-09 19:19:48 -0400
commitabcb014f3d6f03ed3a99581130da7b325aeb2303 (patch)
tree4fda785aa562f6ab0564013e54df5b68946ceda2 /actions/noticesearch.php
parentdda9ceef4a6c3cd72b844b83595e05fc224678ab (diff)
change some parens
darcs-hash:20080709231948-84dde-feb7d677238eaa0b80f263337a1833d9b3ec7d2f.gz
Diffstat (limited to 'actions/noticesearch.php')
-rw-r--r--actions/noticesearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/noticesearch.php b/actions/noticesearch.php
index db0d6efad..54911d83b 100644
--- a/actions/noticesearch.php
+++ b/actions/noticesearch.php
@@ -92,7 +92,7 @@ class NoticesearchAction extends SearchAction {
# FIXME: URL, image, video, audio
common_element_start('p', array('class' => 'content'));
if ($notice->rendered) {
- common_raw($this->highlight($notice->rendered), $terms);
+ common_raw($this->highlight($notice->rendered, $terms));
} else {
# XXX: may be some uncooked notices in the DB,
# we cook them right now. This should probably disappear in future