mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
fix(workflowengine): remove non existing script loading
- resolves https://github.com/nextcloud/server/issues/59385 The script does not exist anymore, so remove it. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
parent
b6b24abed5
commit
a209223b00
1 changed files with 0 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ class LoadAdditionalSettingsScriptsListener implements IEventListener {
|
|||
public function handle(Event $event): void {
|
||||
Util::addScript('core', 'files_fileinfo');
|
||||
Util::addScript('core', 'files_client');
|
||||
Util::addScript('core', 'systemtags');
|
||||
Util::addScript(Application::APP_ID, 'workflowengine');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue