summaryrefslogtreecommitdiff
path: root/core/controllers/quick.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-04-02 21:41:10 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-04-02 21:41:10 +0000
commitb05b89798a1ab9498062812bdf90cdf44ad18ee2 (patch)
treeeecd25d917380ab78da75553db50f5475adc5c6b /core/controllers/quick.php
parent160b54760f9373c8c092114e3ca2410af0730ed2 (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/controllers/quick.php')
-rw-r--r--core/controllers/quick.php1
1 files changed, 0 insertions, 1 deletions
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;
}