Continuation of r20518. Remove all the cases were the csrf values in

views were being manually set.  Also removed it from the Admin_View.
This commit is contained in:
Tim Almdal
2009-04-02 21:41:10 +00:00
parent 160b54760f
commit b05b89798a
5 changed files with 0 additions and 6 deletions
-1
View File
@@ -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) {