diff options
author | Julius Härtl <jus@bitgrid.net> | 2020-11-25 15:05:04 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-11-25 15:11:03 +0100 |
commit | b06b0315c62645fa40dd4ce6a477bbf478619b92 (patch) | |
tree | e94d590e4f861b2c5be95e40f6bd7e8890f60df6 /apps/workflowengine | |
parent | 6d3d6fb81a9b52700f77463fb3fa9084b03132f5 (diff) | |
download | nextcloud-server-b06b0315c62645fa40dd4ce6a477bbf478619b92.tar.gz nextcloud-server-b06b0315c62645fa40dd4ce6a477bbf478619b92.zip |
Files client and info bundles are always loaded so we don't need to load them again
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps/workflowengine')
-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', ]); |