diff --git a/api/src/Framework/Login.php b/api/src/Framework/Login.php index d89c82b21e..186f22e248 100644 --- a/api/src/Framework/Login.php +++ b/api/src/Framework/Login.php @@ -162,7 +162,7 @@ class Login } else { - $var['logo_file'] = Api\Image::find('phpgwapi',$GLOBALS['egw_info']['server']['login_logo_file']?$GLOBALS['egw_info']['server']['login_logo_file']:'logo', '', null); // null=explicit allow svg + $var['logo_file'] = Api\Image::find('api',$GLOBALS['egw_info']['server']['login_logo_file']?$GLOBALS['egw_info']['server']['login_logo_file']:'logo', '', null); // null=explicit allow svg } $var['logo_url'] = $GLOBALS['egw_info']['server']['login_logo_url']?$GLOBALS['egw_info']['server']['login_logo_url']:'http://www.egroupware.org'; if (substr($var['logo_url'],0,4) != 'http')