]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove style loading of non-existing file
authorJulius Härtl <jus@bitgrid.net>
Mon, 30 Dec 2019 08:09:54 +0000 (09:09 +0100)
committerJulius Härtl <jus@bitgrid.net>
Thu, 2 Jan 2020 10:07:36 +0000 (11:07 +0100)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
apps/workflowengine/lib/AppInfo/Application.php

index 74a7c841ee79d72ecde6e0de53511ab2636f2adb..efa1943d75cd3f7b691ded412a00096fe427a23f 100644 (file)
@@ -62,10 +62,6 @@ class Application extends \OCP\AppFramework\App {
                                        class_exists(Template::class, true);
                                }
 
-                               style(self::APP_ID, [
-                                       'admin',
-                               ]);
-
                                script('core', [
                                        'files/fileinfo',
                                        'files/client',