forked from GNUsocial/gnu-social
fix empty results
darcs-hash:20081120122620-84dde-ac84012a563247b3074be50662b2879b7519c3d3.gz
This commit is contained in:
parent
83a091de8c
commit
c9aa0aebf9
@ -106,7 +106,7 @@ class GalleryAction extends Action {
|
|||||||
$lim);
|
$lim);
|
||||||
|
|
||||||
if ($cnt == 0) {
|
if ($cnt == 0) {
|
||||||
common_element('p', _('Nobody to show!'));
|
common_element('p', NULL, _('Nobody to show!'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user