From 12dfe5868a2287497b63f6cbebac8d25018868b2 Mon Sep 17 00:00:00 2001
From: Lukas Reschke <lukas@statuscode.ch>
Date: Thu, 26 Jul 2012 01:38:20 +0200
Subject: [PATCH] Updated style

---
 core/ajax/appconfig.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/ajax/appconfig.php b/core/ajax/appconfig.php
index de91d458ed..84e0710c74 100644
--- a/core/ajax/appconfig.php
+++ b/core/ajax/appconfig.php
@@ -7,7 +7,7 @@
 
 require_once ("../../lib/base.php");
 OC_Util::checkAdminUser();
-OC_JSON::checkLoggedIn();
+
 $action=isset($_POST['action'])?$_POST['action']:$_GET['action'];
 $result=false;
 switch($action){
-- 
GitLab