diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2012-07-26 01:38:20 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2012-07-26 01:38:46 +0200 |
commit | 12dfe5868a2287497b63f6cbebac8d25018868b2 (patch) | |
tree | dce0a8fae4a42cef60510302a3e615871365630c | |
parent | 95936024bc2d5b088bc3048fe872c23f9b09d6ab (diff) | |
download | nextcloud-server-12dfe5868a2287497b63f6cbebac8d25018868b2.tar.gz nextcloud-server-12dfe5868a2287497b63f6cbebac8d25018868b2.zip |
Updated style
-rw-r--r-- | core/ajax/appconfig.php | 2 |
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){ |