diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-03 10:00:17 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-03 10:20:59 +0200 |
commit | 9ad4a898163fc71ec8366378123aec90fd872fbb (patch) | |
tree | 698f08215309095a7837e5f931dc43a50e08e17b /apps/systemtags | |
parent | adf7e7295ed94a04bd9fcb056b81e664b45b4f07 (diff) | |
download | nextcloud-server-9ad4a898163fc71ec8366378123aec90fd872fbb.tar.gz nextcloud-server-9ad4a898163fc71ec8366378123aec90fd872fbb.zip |
Move comments, systemtags and updatenotifications to PSR-4
Diffstat (limited to 'apps/systemtags')
-rw-r--r-- | apps/systemtags/appinfo/info.xml | 1 | ||||
-rw-r--r-- | apps/systemtags/lib/Activity/Extension.php (renamed from apps/systemtags/activity/extension.php) | 0 | ||||
-rw-r--r-- | apps/systemtags/lib/Activity/Listener.php (renamed from apps/systemtags/activity/listener.php) | 0 |
3 files changed, 1 insertions, 0 deletions
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml index 5df740f699e..b593b1134b1 100644 --- a/apps/systemtags/appinfo/info.xml +++ b/apps/systemtags/appinfo/info.xml @@ -11,6 +11,7 @@ <dependencies> <owncloud min-version="9.1" max-version="9.1" /> </dependencies> + <namespace>SystemTags</namespace> <types> <logging/> </types> diff --git a/apps/systemtags/activity/extension.php b/apps/systemtags/lib/Activity/Extension.php index 8c101a6f550..8c101a6f550 100644 --- a/apps/systemtags/activity/extension.php +++ b/apps/systemtags/lib/Activity/Extension.php diff --git a/apps/systemtags/activity/listener.php b/apps/systemtags/lib/Activity/Listener.php index 9b6597119c6..9b6597119c6 100644 --- a/apps/systemtags/activity/listener.php +++ b/apps/systemtags/lib/Activity/Listener.php |