summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorCyrille Bollu <cyrille@bollu.be>2019-07-15 14:38:21 +0200
committerCyrille Bollu <cyrille@bollu.be>2019-07-15 14:40:21 +0200
commitd025569f5e4c21ecfc251c95642640d35d9169a1 (patch)
tree7d2184d49fe0d7a23e9067e66bac82c2e6d3da55 /lib
parentc8d98a421a6ab49fe9a44f79119d1bd3e75be091 (diff)
Fixes the PostAttachment component: It now works.
Note: This requires adding NoCSRFRequired in NavigationController' documentGet() function. It doesn't seem to raise any risk though. Signed-off-by: Cyrille Bollu <cyrille@bollu.be>
Diffstat (limited to 'lib')
-rw-r--r--lib/Controller/NavigationController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Controller/NavigationController.php b/lib/Controller/NavigationController.php
index c4438e5a..331c7701 100644
--- a/lib/Controller/NavigationController.php
+++ b/lib/Controller/NavigationController.php
@@ -282,6 +282,7 @@ class NavigationController extends Controller {
/**
* @NoAdminRequired
+ * @NoCSRFRequired
*
* @param string $id
*