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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2017-04-26 16:30:18 +0300
committerRobin Appelman <robin@icewind.nl>2017-04-26 16:30:18 +0300
commitebe6dd65d326e3bdc9868fa5ef3450c7d0e24489 (patch)
tree79bfeb979686440cc454661d800bbfaa96b51915 /appinfo/app.php
parent60a8b2b7e68f42500ebb2f8466137815cff35c74 (diff)
group fixes
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 8a567889..d1cdf5a3 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -5,3 +5,4 @@ use OCA\GroupFolders\AppInfo\Application;
$app = new Application();
$app->register();
+\OC_Util::addScript('groupfolders', 'files');