aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/lib/AppInfo
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2016-07-27 15:57:00 +0200
committerJoas Schilling <coding@schilljs.com>2016-08-01 17:19:04 +0200
commit136a1a42236f60276572a080e5510ec40c8e683f (patch)
tree95cc104d260f7d6e83824532eff0c208f69448fb /apps/workflowengine/lib/AppInfo
parentc6bf641ebeda790320ff58ba083e654b50e16900 (diff)
downloadnextcloud-server-136a1a42236f60276572a080e5510ec40c8e683f.tar.gz
nextcloud-server-136a1a42236f60276572a080e5510ec40c8e683f.zip
Add file size as check
Diffstat (limited to 'apps/workflowengine/lib/AppInfo')
-rw-r--r--apps/workflowengine/lib/AppInfo/Application.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/workflowengine/lib/AppInfo/Application.php b/apps/workflowengine/lib/AppInfo/Application.php
index e5b884c0a2a..64e03081a34 100644
--- a/apps/workflowengine/lib/AppInfo/Application.php
+++ b/apps/workflowengine/lib/AppInfo/Application.php
@@ -55,6 +55,7 @@ class Application extends \OCP\AppFramework\App {
'admin',
// Check plugins
+ 'filesizeplugin',
'filesystemtagsplugin',
'usergroupmembershipplugin',
]);