From 652b74420130e94739ea860f77182f72800c8e55 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 22 Sep 2011 19:47:25 +0200 Subject: [PATCH] don't print empty folder warning if it will be hidden No point in wasting resources if you don't show it. This also fixes an undefined variable notice. Signed-off-by: Florian Pritz --- files/templates/index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/templates/index.php b/files/templates/index.php index fc01c751a6a..76531b22ed5 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -21,7 +21,11 @@
-
>t('Nothing in here. Upload something!')?>
+ +
t('Nothing in here. Upload something!')?>
+ -- 2.39.5