diff options
author | Jesús Macias <jmacias@solidgear.es> | 2015-11-18 12:12:32 +0100 |
---|---|---|
committer | Jesús Macias <jmacias@solidgear.es> | 2015-11-18 12:12:32 +0100 |
commit | fab13b7ca55c02b15c237bd57d5a9de23f0d014e (patch) | |
tree | 551b5c42e4dfcf5e7efa49e0dc05299045b8501d /apps/files_external/list.php | |
parent | a413f8eccccfdd0bdc9bf970801568a8f27743d7 (diff) | |
download | nextcloud-server-fab13b7ca55c02b15c237bd57d5a9de23f0d014e.tar.gz nextcloud-server-fab13b7ca55c02b15c237bd57d5a9de23f0d014e.zip |
Add method to show custom icon and icon-error for each storage backend
Diffstat (limited to 'apps/files_external/list.php')
-rw-r--r-- | apps/files_external/list.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_external/list.php b/apps/files_external/list.php index 831107c9c3f..0a994e147f5 100644 --- a/apps/files_external/list.php +++ b/apps/files_external/list.php @@ -25,7 +25,6 @@ $tmpl = new OCP\Template('files_external', 'list', ''); /* Load Status Manager */ \OCP\Util::addScript('files_external', 'statusmanager'); -\OCP\Util::addScript('files_external', 'statusmanagerutils'); \OCP\Util::addScript('files_external', 'rollingqueue'); OCP\Util::addScript('files_external', 'app'); |