diff options
Diffstat (limited to 'view/photo_edit.tpl')
-rw-r--r-- | view/photo_edit.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/photo_edit.tpl b/view/photo_edit.tpl index 4fdc230e7..a40e3fef6 100644 --- a/view/photo_edit.tpl +++ b/view/photo_edit.tpl @@ -1,5 +1,5 @@ -<form action="photos/$resource_id" method="post" id="photo_edit_form" > +<form action="photos/$nickname/$resource_id" method="post" id="photo_edit_form" > <input type="hidden" name="item_id" value="$item_id" /> |