diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-02 21:41:10 +0000 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-02 21:41:10 +0000 |
| commit | b05b89798a1ab9498062812bdf90cdf44ad18ee2 (patch) | |
| tree | eecd25d917380ab78da75553db50f5475adc5c6b /core/libraries | |
| parent | 160b54760f9373c8c092114e3ca2410af0730ed2 (diff) | |
Continuation of r20518. Remove all the cases were the csrf values in
views were being manually set. Also removed it from the Admin_View.
Diffstat (limited to 'core/libraries')
| -rw-r--r-- | core/libraries/Admin_View.php | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |
