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