suppress notice screwing up thumbmails, if notices are on

This commit is contained in:
Ralf Becker 2017-11-02 13:17:33 +01:00
parent d6ab0dbc12
commit 3a24416eb9

View File

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