From 921f3a2eeeca9be23cb006a31b6d6f71e186374a Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Fri, 27 Mar 2009 03:43:21 +0000 Subject: Put csrf token into Admin_View and Theme_View by default, then use it directly wherever possible instead of access::csrf_token(). --- core/controllers/quick.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/controllers/quick.php') 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; } -- cgit v1.2.3