1
0
mirror of https://github.com/nextcloud/ocsms.git synced 2026-08-11 16:32:55 +00:00

Tag 1.4.1: Fix AppFramework check

This commit is contained in:
Loic Blot
2015-01-26 10:37:18 +00:00
parent f54f4c0aa2
commit 89f35bbbbe
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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',