Skip to content

Commit

Permalink
No need to handle authentication that early aka in here at all
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDiver1975 committed Feb 13, 2018
1 parent ee3c057 commit 361c6fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/base.php
Original file line number Diff line number Diff line change
Expand Up @@ -900,7 +900,6 @@ public static function handleRequest() {
} else {
// For guests: Load only filesystem and logging
OC_App::loadApps(['filesystem', 'logging']);
self::handleLogin($request);
}
}

Expand Down

0 comments on commit 361c6fa

Please sign in to comment.