1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +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

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',

View File

@ -5,6 +5,6 @@
<description>A app to sync SMS with your ownCloud</description>
<licence>AGPL</licence>
<author>Loic Blot</author>
<version>1.4.0</version>
<version>1.4.1</version>
<requiremin>7</requiremin>
</info>