diff options
Diffstat (limited to 'modules/gallery/libraries/InPlaceEdit.php')
| -rw-r--r-- | modules/gallery/libraries/InPlaceEdit.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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) { | 
