summaryrefslogtreecommitdiffstats
path: root/settings/ajax/uninstallapp.php
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2014-06-02 21:37:39 +0200
committerGeorg Ehrke <developer@georgehrke.com>2014-06-02 21:39:15 +0200
commiteea501b847f2a4b6a8b29d4d2ded7ef86a841f42 (patch)
treea1b35a093cf9590fe2a1d019f2058f7cb5e2a3ce /settings/ajax/uninstallapp.php
parentc8a8c7e93340eaa36586926ca70c8a3959aa4a94 (diff)
downloadnextcloud-server-eea501b847f2a4b6a8b29d4d2ded7ef86a841f42.tar.gz
nextcloud-server-eea501b847f2a4b6a8b29d4d2ded7ef86a841f42.zip
various fixes as requested by pr reviewers
Diffstat (limited to 'settings/ajax/uninstallapp.php')
-rw-r--r--settings/ajax/uninstallapp.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/settings/ajax/uninstallapp.php b/settings/ajax/uninstallapp.php
index 11241571e85..5c6371dc16f 100644
--- a/settings/ajax/uninstallapp.php
+++ b/settings/ajax/uninstallapp.php
@@ -1,6 +1,5 @@
<?php
-
-OC_JSON::checkAdminUser();
+OCP\JSON::checkAdminUser();
OCP\JSON::callCheck();
if (!array_key_exists('appid', $_POST)) {