]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/noticesearch.php
Initial representation for repeated notice
[quix0rs-gnu-social.git] / actions / noticesearch.php
index b68a2efe2122f64e7e15d72fccf6dd0bdce5ddf7..76c877ff2f656283bbd7c9c211544847bc181f26 100644 (file)
@@ -104,7 +104,7 @@ class NoticesearchAction extends SearchAction
     {
         $notice        = new Notice();
 
-        $search_engine = $notice->getSearchEngine('identica_notices');
+        $search_engine = $notice->getSearchEngine('notice');
         $search_engine->set_sort_mode('chron');
         // Ask for an extra to see if there's more.
         $search_engine->limit((($page-1)*NOTICES_PER_PAGE), NOTICES_PER_PAGE + 1);