From d7c25ce0b5479e5e611399023c419261418399d4 Mon Sep 17 00:00:00 2001 From: Art4 Date: Sat, 23 Nov 2024 07:41:34 +0000 Subject: [PATCH] Remove unused DI::app() call --- src/Security/BasicAuth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Security/BasicAuth.php b/src/Security/BasicAuth.php index 5de8e8780e..c5da5b9f72 100644 --- a/src/Security/BasicAuth.php +++ b/src/Security/BasicAuth.php @@ -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 -- 2.39.5