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/libraries/Admin_View.php | 1 - 1 file changed, 1 deletion(-) (limited to 'core/libraries/Admin_View.php') diff --git a/core/libraries/Admin_View.php b/core/libraries/Admin_View.php index 7d95dd0f..4a6b4ef0 100644 --- a/core/libraries/Admin_View.php +++ b/core/libraries/Admin_View.php @@ -44,7 +44,6 @@ class Admin_View_Core extends View { $this->sidebar = ""; $this->set_global("theme", $this); $this->set_global("user", user::active()); - $this->set_global("csrf", access::csrf_token()); } public function url($path, $absolute_url=false) { -- cgit v1.2.3