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:20 +0200 |
commit | d24326ecce85fd103e186cfc3a00ebf8423bf4dc (patch) | |
tree | 131ac3862da8b4a8b88e88accc3db3f02bf850ca /core | |
parent | d425740dc2efb2328daa27d291253e0229619330 (diff) | |
download | nextcloud-server-d24326ecce85fd103e186cfc3a00ebf8423bf4dc.tar.gz nextcloud-server-d24326ecce85fd103e186cfc3a00ebf8423bf4dc.zip |
Updated style
Diffstat (limited to 'core')
-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){ |