Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workflowengine/lib/AppInfo/Application.php')
-rw-r--r--apps/workflowengine/lib/AppInfo/Application.php14
1 files changed, 1 insertions, 13 deletions
diff --git a/apps/workflowengine/lib/AppInfo/Application.php b/apps/workflowengine/lib/AppInfo/Application.php
index 882ccad5638..3fee0c3bb8e 100644
--- a/apps/workflowengine/lib/AppInfo/Application.php
+++ b/apps/workflowengine/lib/AppInfo/Application.php
@@ -60,19 +60,7 @@ class Application extends \OCP\AppFramework\App {
]);
script('workflowengine', [
- 'admin',
- 'templates',
-
- // Check plugins
- 'filemimetypeplugin',
- 'filenameplugin',
- 'filesizeplugin',
- 'filesystemtagsplugin',
- 'requestremoteaddressplugin',
- 'requesttimeplugin',
- 'requesturlplugin',
- 'requestuseragentplugin',
- 'usergroupmembershipplugin',
+ 'workflowengine',
]);
},
-100