From 3dac15a8911fea1e8473af7e7a26d7a57e68328b Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 22 Mar 2018 13:19:29 +0100 Subject: Move calls to \OCP\JSON to private \OC_JSON They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma --- lib/base.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/base.php') diff --git a/lib/base.php b/lib/base.php index 0c78d235c59..8af674e7ee8 100644 --- a/lib/base.php +++ b/lib/base.php @@ -944,8 +944,8 @@ class OC { && $request->getMethod() === 'POST' && ((array)$request->getParam('appid')) !== '' ) { - \OCP\JSON::callCheck(); - \OCP\JSON::checkAdminUser(); + \OC_JSON::callCheck(); + \OC_JSON::checkAdminUser(); $appIds = (array)$request->getParam('appid'); foreach($appIds as $appId) { $appId = \OC_App::cleanAppId($appId); -- cgit v1.2.3