Skip to content

Commit 0a6833c

Browse files
Merge pull request #59547 from nextcloud/chore/backport/645350d4b2c438addfb37637580de6a9b0976739
[stable33] fix(workflowengine): remove non existing script loading
2 parents 3788247 + a209223 commit 0a6833c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/workflowengine/lib/Listener/LoadAdditionalSettingsScriptsListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ class LoadAdditionalSettingsScriptsListener implements IEventListener {
2020
public function handle(Event $event): void {
2121
Util::addScript('core', 'files_fileinfo');
2222
Util::addScript('core', 'files_client');
23-
Util::addScript('core', 'systemtags');
2423
Util::addScript(Application::APP_ID, 'workflowengine');
2524
}
2625
}

0 commit comments

Comments
 (0)