From 3a24416eb98228b7b2af598d645b14a41578220e Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Thu, 2 Nov 2017 13:17:33 +0100 Subject: [PATCH] suppress notice screwing up thumbmails, if notices are on --- api/thumbnail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/thumbnail.php b/api/thumbnail.php index bf3fe91ad0..330337b4f0 100644 --- a/api/thumbnail.php +++ b/api/thumbnail.php @@ -63,7 +63,7 @@ function get_app() } elseif (isset($_GET['path'])) { - list(, $apps, $app) = explode('/', $_GET['path']); + @list(, $apps, $app) = explode('/', $_GET['path']); if ($apps !== 'apps' || !isset($GLOBALS['egw_info']['user']['apps'][$app])) { $app = 'filemanager';