mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -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
92e4c882fc
commit
645350d4b2
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ use OCP\WorkflowEngine\Events\LoadSettingsScriptsEvent;
|
|||
/** @template-implements IEventListener<LoadSettingsScriptsEvent> */
|
||||
class LoadAdditionalSettingsScriptsListener implements IEventListener {
|
||||
public function handle(Event $event): void {
|
||||
Util::addScript('core', 'systemtags');
|
||||
Util::addScript(Application::APP_ID, 'workflowengine');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue