X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fnoticesearch.php;h=76c877ff2f656283bbd7c9c211544847bc181f26;hb=f8b187d5a4ac5eab1f025d61e30d5244cef6123d;hp=b68a2efe2122f64e7e15d72fccf6dd0bdce5ddf7;hpb=37c62c6356af22a7b1eb444b241083d9fa53166e;p=quix0rs-gnu-social.git diff --git a/actions/noticesearch.php b/actions/noticesearch.php index b68a2efe21..76c877ff2f 100644 --- a/actions/noticesearch.php +++ b/actions/noticesearch.php @@ -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);