diff --git a/lib/gallery.php b/lib/gallery.php index d870b8a569..cfb6b650c5 100644 --- a/lib/gallery.php +++ b/lib/gallery.php @@ -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; }