]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peoplesearch.php
Make the OpenID settings work with new framework
[quix0rs-gnu-social.git] / actions / peoplesearch.php
index 0d0fae4e5c635f64659807b020f0db49af59f391..2b13b08128201115527b8c45ee57bca1f7f97311 100644 (file)
@@ -60,7 +60,7 @@ class PeoplesearchAction extends SearchAction
             $results = new PeopleSearchResults($profile, $terms);
             $results->show_list();
         } else {
-            common_element('p', 'error', _('No results'));
+            $this->element('p', 'error', _('No results'));
         }
 
         $profile->free();