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:
parent
f54f4c0aa2
commit
89f35bbbbe
@ -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',
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user