diff options
author | Christoph Wurst <ChristophWurst@users.noreply.github.com> | 2020-11-25 17:09:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 17:09:06 +0100 |
commit | 82984b5c795113b1749a9bd5536dcce68eb3d280 (patch) | |
tree | 4eb89e5fe6f4b0ec43eedb5b34e5c6ac11256693 /apps | |
parent | 2172432420a85abdd3f4acbc223fff4ef30d3d64 (diff) | |
parent | b06b0315c62645fa40dd4ce6a477bbf478619b92 (diff) | |
download | nextcloud-server-82984b5c795113b1749a9bd5536dcce68eb3d280.tar.gz nextcloud-server-82984b5c795113b1749a9bd5536dcce68eb3d280.zip |
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.php | 2 |
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', ]); |