summaryrefslogtreecommitdiff
path: root/core/controllers/quick.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/controllers/quick.php')
-rw-r--r--core/controllers/quick.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/controllers/quick.php b/core/controllers/quick.php
index 1b6e2bf8..166591fd 100644
--- a/core/controllers/quick.php
+++ b/core/controllers/quick.php
@@ -26,6 +26,7 @@ class Quick_Controller extends Controller {
$view = new View("quick_pane.html");
$view->item = $item;
+ $view->csrf = access::csrf_token();
print $view;
}