aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-27 18:06:09 -0800
committerfriendica <info@friendica.com>2014-01-27 18:06:09 -0800
commit3100b5d93e9f440a17b99d2856ee022b29d73f80 (patch)
tree86bac10ca87e17ca0d36d0e69595f61c483c27cd /view
parentd9794b981d56c0e0f6e23d33a421e64378fd78a6 (diff)
downloadvolse-hubzilla-3100b5d93e9f440a17b99d2856ee022b29d73f80.tar.gz
volse-hubzilla-3100b5d93e9f440a17b99d2856ee022b29d73f80.tar.bz2
volse-hubzilla-3100b5d93e9f440a17b99d2856ee022b29d73f80.zip
photo tagging still broken - but at least don't create a new linked item every time a photo is edited.
Diffstat (limited to 'view')
-rwxr-xr-xview/tpl/photo_view.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/photo_view.tpl b/view/tpl/photo_view.tpl
index e56fd5b57..93e9abfa5 100755
--- a/view/tpl/photo_view.tpl
+++ b/view/tpl/photo_view.tpl
@@ -24,7 +24,7 @@
<div id="photo-edit-edit" style="display: none;">
<form action="photos/{{$edit.nickname}}/{{$edit.resource_id}}" method="post" id="photo_edit_form" >
- <input type="hidden" name="item_id" value="{{$item_id}}" />
+ <input type="hidden" name="item_id" value="{{$edit.item_id}}" />
<label id="photo-edit-albumname-label" for="photo-edit-albumname">{{$edit.newalbum}}</label>
<input id="photo-edit-albumname" type="text" size="32" name="albname" value="{{$edit.album}}" />