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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2020-11-25 19:09:06 +0300
committerGitHub <noreply@github.com>2020-11-25 19:09:06 +0300
commit82984b5c795113b1749a9bd5536dcce68eb3d280 (patch)
tree4eb89e5fe6f4b0ec43eedb5b34e5c6ac11256693 /apps
parent2172432420a85abdd3f4acbc223fff4ef30d3d64 (diff)
parentb06b0315c62645fa40dd4ce6a477bbf478619b92 (diff)
Merge pull request #24374 from nextcloud/bugfix/23542
Use proper bundles for files client and fileinfo
Diffstat (limited to 'apps')
-rw-r--r--apps/workflowengine/lib/Listener/LoadAdditionalSettingsScriptsListener.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/workflowengine/lib/Listener/LoadAdditionalSettingsScriptsListener.php b/apps/workflowengine/lib/Listener/LoadAdditionalSettingsScriptsListener.php
index 55ab70ef29c..f852dea6a24 100644
--- a/apps/workflowengine/lib/Listener/LoadAdditionalSettingsScriptsListener.php
+++ b/apps/workflowengine/lib/Listener/LoadAdditionalSettingsScriptsListener.php
@@ -41,8 +41,6 @@ class LoadAdditionalSettingsScriptsListener implements IEventListener {
}
script('core', [
- 'files/fileinfo',
- 'files/client',
'dist/systemtags',
]);