fix empty results

darcs-hash:20081120122620-84dde-ac84012a563247b3074be50662b2879b7519c3d3.gz
This commit is contained in:
Evan Prodromou 2008-11-20 07:26:20 -05:00
parent 83a091de8c
commit c9aa0aebf9
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class GalleryAction extends Action {
$lim);
if ($cnt == 0) {
common_element('p', _('Nobody to show!'));
common_element('p', NULL, _('Nobody to show!'));
return;
}