summaryrefslogtreecommitdiffstats
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:46 +0200
commit12dfe5868a2287497b63f6cbebac8d25018868b2 (patch)
treedce0a8fae4a42cef60510302a3e615871365630c
parent95936024bc2d5b088bc3048fe872c23f9b09d6ab (diff)
downloadnextcloud-server-12dfe5868a2287497b63f6cbebac8d25018868b2.tar.gz
nextcloud-server-12dfe5868a2287497b63f6cbebac8d25018868b2.zip
Updated style
-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){