summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/InPlaceEdit.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gallery/libraries/InPlaceEdit.php')
-rw-r--r--modules/gallery/libraries/InPlaceEdit.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/libraries/InPlaceEdit.php b/modules/gallery/libraries/InPlaceEdit.php
index 67ab3805..04a2e9a5 100644
--- a/modules/gallery/libraries/InPlaceEdit.php
+++ b/modules/gallery/libraries/InPlaceEdit.php
@@ -70,7 +70,6 @@ class InPlaceEdit_Core {
public function render() {
$v = new View("in_place_edit.html");
- $v->hidden = array("csrf" => access::csrf_token());
$v->action = url::site($this->action);
$v->form = $this->form;
$v->errors = $this->errors;