mirror of
https://github.com/friendica/friendica
synced 2024-12-22 12:40:15 +00:00
Remove unused DI::app() call
This commit is contained in:
parent
702abb2830
commit
d7c25ce0b5
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue