summaryrefslogtreecommitdiffstats
path: root/apps/calendar/appinfo
diff options
context:
space:
mode:
authorFrank Karlitschek <frank@owncloud.org>2012-05-02 19:08:37 +0200
committerFrank Karlitschek <frank@owncloud.org>2012-05-02 19:08:37 +0200
commit4fe90f62f4041d31402cbe198fd0e3edce77ce13 (patch)
tree2320a5fabe2e5347c04472af1cc95a6eb056369f /apps/calendar/appinfo
parenteec7c3833c9c1f1e83549474d6ba4b34ce307761 (diff)
downloadnextcloud-server-4fe90f62f4041d31402cbe198fd0e3edce77ce13.tar.gz
nextcloud-server-4fe90f62f4041d31402cbe198fd0e3edce77ce13.zip
port checkAppEnabled
Diffstat (limited to 'apps/calendar/appinfo')
-rwxr-xr-x[-rw-r--r--]apps/calendar/appinfo/remote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/calendar/appinfo/remote.php b/apps/calendar/appinfo/remote.php
index 2fbb973d5cb..32b454ee90c 100644..100755
--- a/apps/calendar/appinfo/remote.php
+++ b/apps/calendar/appinfo/remote.php
@@ -9,7 +9,7 @@
$RUNTIME_NOSETUPFS = true;
require_once('../lib/base.php');
-OC_Util::checkAppEnabled('calendar');
+OCP\App::checkAppEnabled('calendar');
// Backends
$authBackend = new OC_Connector_Sabre_Auth();