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-12-18 17:33:37 +0300
committerRobin Appelman <robin@icewind.nl>2017-12-18 17:33:58 +0300
commit8cc577efddb82962a0af0dce668269957226fbec (patch)
treeb48c0e24f88a394abb3d981b5948147ef6ea0e9b /appinfo/app.php
parentaa38e8af28b258b4b0e45ecc91dc40251479b5f7 (diff)
Fix folder icons in public sharessmb-stat-exception
Fixes #73 Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 2a9ca9dd..54a5711d 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -12,3 +12,7 @@ $eventDispatcher->addListener(
\OC_Util::addScript('groupfolders', 'files');
}
);
+
+$eventDispatcher->addListener('OCA\Files_Sharing::loadAdditionalScripts', function () {
+ \OC_Util::addScript('groupfolders', 'files');
+});