Remove unused DI::app() call

This commit is contained in:
Art4 2024-11-23 07:41:34 +00:00
parent 702abb2830
commit d7c25ce0b5

View file

@ -107,7 +107,6 @@ class BasicAuth
*/
private static function getUserIdByAuth(bool $do_login = true):int
{
$a = DI::app();
self::$current_user_id = 0;
// workaround for HTTP-auth in CGI mode