From 3f3f8c2f99e04586424dcbc845e0b73614b9a8bd Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 18 Apr 2015 10:30:02 +0200 Subject: Fix usage of deprecated private constants --- apps/provisioning_api/lib/apps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/provisioning_api/lib/apps.php') diff --git a/apps/provisioning_api/lib/apps.php b/apps/provisioning_api/lib/apps.php index c1abb772e41..2bafd06a084 100644 --- a/apps/provisioning_api/lib/apps.php +++ b/apps/provisioning_api/lib/apps.php @@ -60,7 +60,7 @@ class Apps { if(!is_null($info)) { return new OC_OCS_Result(OC_App::getAppInfo($app)); } else { - return new OC_OCS_Result(null, \OC_API::RESPOND_NOT_FOUND, 'The request app was not found'); + return new OC_OCS_Result(null, \OCP\API::RESPOND_NOT_FOUND, 'The request app was not found'); } } -- cgit v1.2.3