diff options
author | Joas Schilling <coding@schilljs.com> | 2018-01-15 12:06:03 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-01-16 11:34:16 +0100 |
commit | 7deb76e405c4afd3986917c8387e83b8689a9954 (patch) | |
tree | 5c6e44a09bd6929f49b4859155ad04104e466508 /apps/updatenotification/appinfo | |
parent | 088505058a971a736eca8c267ea9a1d45794de32 (diff) | |
download | nextcloud-server-7deb76e405c4afd3986917c8387e83b8689a9954.tar.gz nextcloud-server-7deb76e405c4afd3986917c8387e83b8689a9954.zip |
Split controller and settings
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/updatenotification/appinfo')
-rw-r--r-- | apps/updatenotification/appinfo/info.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/updatenotification/appinfo/info.xml b/apps/updatenotification/appinfo/info.xml index 5dc0889bb9d..14ec98916ab 100644 --- a/apps/updatenotification/appinfo/info.xml +++ b/apps/updatenotification/appinfo/info.xml @@ -5,7 +5,7 @@ <description>Displays update notifications for Nextcloud and provides the SSO for the updater.</description> <licence>AGPL</licence> <author>Lukas Reschke</author> - <version>1.4.0</version> + <version>1.4.1</version> <namespace>UpdateNotification</namespace> <default_enable/> <dependencies> @@ -17,6 +17,6 @@ </background-jobs> <settings> - <admin>OCA\UpdateNotification\Controller\AdminController</admin> + <admin>OCA\UpdateNotification\Settings\Admin</admin> </settings> </info> |