summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries/InPlaceEdit.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2010-01-29 11:39:22 -0800
committerTim Almdal <tnalmdal@shaw.ca>2010-01-29 11:39:22 -0800
commite4d9ea3394ee2db82d9dee6c6ed78543fd0f78fb (patch)
tree85759cfef46cc1df79a1ddf3225dce8809b9121a /modules/gallery/libraries/InPlaceEdit.php
parent1bc0d05760df7bff5cee0a330b5b7181b3c49835 (diff)
parent660130cf1ab9fd6cb051712b57966b191064a6a6 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Conflicts: modules/gallery/views/in_place_edit.html.php
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;