mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
Remove redundant loadApps
This commit is contained in:
parent
5eba579827
commit
ceec5e593c
1 changed files with 0 additions and 1 deletions
|
|
@ -465,7 +465,6 @@ class OC{
|
|||
OC_App::loadApps();
|
||||
OC_User::setupBackends();
|
||||
if(isset($_GET["logout"]) and ($_GET["logout"])) {
|
||||
OC_App::loadApps();
|
||||
OC_User::logout();
|
||||
header("Location: ".OC::$WEBROOT.'/');
|
||||
}else{
|
||||
|
|
|
|||
Loading…
Reference in a new issue