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/admin_themes.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/controllers/admin_themes.php') diff --git a/core/controllers/admin_themes.php b/core/controllers/admin_themes.php index 6ace4036..e6751bed 100644 --- a/core/controllers/admin_themes.php +++ b/core/controllers/admin_themes.php @@ -53,7 +53,6 @@ class Admin_Themes_Controller extends Admin_Controller { } else { $view->url = url::site("albums/1?theme=$theme_name"); } - $view->csrf = access::csrf_token(); print $view; } -- cgit v1.2.3