Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-11 20:03:43 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2016-08-11 20:05:06 +0300
commit3dfdc8e3117e9284e93631b73859e588fdfd0875 (patch)
treed3bb4049286edeaaeb5a4b89d3bb64c6f3448be6 /apps/systemtags/appinfo
parent3f9e1b3b45aa7a9c588e3023aeb9f99b28f714cf (diff)
adjust systemtags app
Diffstat (limited to 'apps/systemtags/appinfo')
-rw-r--r--apps/systemtags/appinfo/app.php3
-rw-r--r--apps/systemtags/appinfo/info.xml5
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/systemtags/appinfo/app.php b/apps/systemtags/appinfo/app.php
index 5a365c4ef15..af91e5fdbcd 100644
--- a/apps/systemtags/appinfo/app.php
+++ b/apps/systemtags/appinfo/app.php
@@ -78,9 +78,6 @@ $mapperListener = function(MapperEvent $event) use ($activityManager) {
$eventDispatcher->addListener(MapperEvent::EVENT_ASSIGN, $mapperListener);
$eventDispatcher->addListener(MapperEvent::EVENT_UNASSIGN, $mapperListener);
-$app = new \OCA\SystemTags\AppInfo\Application();
-$app->registerAdminPage();
-
$l = \OC::$server->getL10N('systemtags');
\OCA\Files\App::getNavigationManager()->add(
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml
index 5eced10b710..46bb9278838 100644
--- a/apps/systemtags/appinfo/info.xml
+++ b/apps/systemtags/appinfo/info.xml
@@ -7,7 +7,7 @@
<licence>AGPL</licence>
<author>Vincent Petry, Joas Schilling</author>
<default_enable/>
- <version>1.1.0</version>
+ <version>1.1.1</version>
<dependencies>
<owncloud min-version="9.2" max-version="9.2" />
</dependencies>
@@ -15,4 +15,7 @@
<types>
<logging/>
</types>
+ <settings>
+ <admin>OCA\SystemTags\Settings\Admin</admin>
+ </settings>
</info>