From ceec5e593c677ed9e9339739d0a66a28e4f25d12 Mon Sep 17 00:00:00 2001
From: Bart Visscher <bartv@thisnet.nl>
Date: Fri, 7 Sep 2012 16:19:08 +0200
Subject: [PATCH] Remove redundant loadApps

---
 lib/base.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/base.php b/lib/base.php
index fc682fecfc..6af558ae9d 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -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{
-- 
GitLab