summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/appinfo
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2019-09-03 12:42:57 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-09-09 22:56:04 +0200
commitd2c8b939d58239a99163445b83d80873932a5514 (patch)
tree97b20dded7223e2e0fc49704a8b5a1c7b190cefb /apps/workflowengine/appinfo
parentbed518e8abd60875f4fe3d2b0e15fd87b489b6d4 (diff)
downloadnextcloud-server-d2c8b939d58239a99163445b83d80873932a5514.tar.gz
nextcloud-server-d2c8b939d58239a99163445b83d80873932a5514.zip
WFE as proxy listen to relevent events and forwards them
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/workflowengine/appinfo')
-rw-r--r--apps/workflowengine/appinfo/app.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/workflowengine/appinfo/app.php b/apps/workflowengine/appinfo/app.php
index f6f22ce9488..d99c5892231 100644
--- a/apps/workflowengine/appinfo/app.php
+++ b/apps/workflowengine/appinfo/app.php
@@ -21,3 +21,4 @@
$application = new \OCA\WorkflowEngine\AppInfo\Application();
$application->registerHooksAndListeners();
+$application->registerRuleListeners();