From df378fcca84bb09a90d640c6a500b02b9b3b9f89 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 3 Oct 2010 22:10:05 -0700 Subject: Don't wrap the action in url::site() -- form::open() will do that for us. Fixes #1417. --- modules/gallery/libraries/InPlaceEdit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/gallery/libraries/InPlaceEdit.php b/modules/gallery/libraries/InPlaceEdit.php index 7e631ab9..42eb2ffe 100644 --- a/modules/gallery/libraries/InPlaceEdit.php +++ b/modules/gallery/libraries/InPlaceEdit.php @@ -70,7 +70,7 @@ class InPlaceEdit_Core { public function render() { $v = new View("in_place_edit.html"); - $v->action = url::site($this->action); + $v->action = $this->action; $v->form = $this->form; $v->errors = $this->errors; foreach ($v->errors as $key => $error) { -- cgit v1.2.3