From b05b89798a1ab9498062812bdf90cdf44ad18ee2 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 2 Apr 2009 21:41:10 +0000 Subject: Continuation of r20518. Remove all the cases were the csrf values in views were being manually set. Also removed it from the Admin_View. --- core/controllers/quick.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/controllers/quick.php') 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; } -- cgit v1.2.3