diff options
Diffstat (limited to 'actions/peoplesearch.php')
-rw-r--r-- | actions/peoplesearch.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php index cf79e52e9..8f071e715 100644 --- a/actions/peoplesearch.php +++ b/actions/peoplesearch.php @@ -90,6 +90,8 @@ class PeoplesearchAction extends Action { } } common_element_end('ul'); + } else { + common_element('p', 'error', _t('No results')); } common_pagination($page > 1, $cnt > PROFILES_PER_PAGE, |