summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2012-07-26 01:38:20 +0200
committerLukas Reschke <lukas@statuscode.ch>2012-07-26 01:38:20 +0200
commitd24326ecce85fd103e186cfc3a00ebf8423bf4dc (patch)
tree131ac3862da8b4a8b88e88accc3db3f02bf850ca /core
parentd425740dc2efb2328daa27d291253e0229619330 (diff)
downloadnextcloud-server-d24326ecce85fd103e186cfc3a00ebf8423bf4dc.tar.gz
nextcloud-server-d24326ecce85fd103e186cfc3a00ebf8423bf4dc.zip
Updated style
Diffstat (limited to 'core')
-rw-r--r--core/ajax/appconfig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ajax/appconfig.php b/core/ajax/appconfig.php
index de91d458ed1..84e0710c74a 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){