]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
change some parens
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 23:19:48 +0000 (19:19 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 23:19:48 +0000 (19:19 -0400)
darcs-hash:20080709231948-84dde-feb7d677238eaa0b80f263337a1833d9b3ec7d2f.gz

actions/noticesearch.php

index db0d6efadcc88d0d83f501ee23c9c365963316c7..54911d83b8afd4b522fc17616130705bdbe29814 100644 (file)
@@ -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