From 89f35bbbbe2d91e70bb7e0f4f335bf924e2d408f Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Mon, 26 Jan 2015 10:37:18 +0000 Subject: [PATCH] Tag 1.4.1: Fix AppFramework check --- appinfo/app.php | 2 +- appinfo/info.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appinfo/app.php b/appinfo/app.php index 7072f61..5525145 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -11,7 +11,7 @@ namespace OCA\OcSms\AppInfo; -if(\OCP\App::isEnabled('appframework')){ +if (class_exists('\OCP\AppFramework\App')) { \OCP\App::addNavigationEntry(array( // the string under which your app will be referenced in owncloud 'id' => 'ocsms', diff --git a/appinfo/info.xml b/appinfo/info.xml index cf3042b..f5fe409 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,6 +5,6 @@ A app to sync SMS with your ownCloud AGPL Loic Blot - 1.4.0 + 1.4.1 7