From c9aa0aebf9c290925dd67243902a72b4cb853653 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 20 Nov 2008 07:26:20 -0500 Subject: [PATCH] fix empty results darcs-hash:20081120122620-84dde-ac84012a563247b3074be50662b2879b7519c3d3.gz --- lib/gallery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }