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';