diff options
author | Friendika <info@friendika.com> | 2010-12-05 18:08:36 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-05 18:08:36 -0800 |
commit | 75306b62942a12995db67f48dd9b1a16f38c43eb (patch) | |
tree | 5c43d74fcb6a28e5757df13ed106be9b419d4b88 /view/photo_edit.tpl | |
parent | e9a1abd133aa3db62d17ef8bdc91e8a75f4004d3 (diff) | |
download | volse-hubzilla-75306b62942a12995db67f48dd9b1a16f38c43eb.tar.gz volse-hubzilla-75306b62942a12995db67f48dd9b1a16f38c43eb.tar.bz2 volse-hubzilla-75306b62942a12995db67f48dd9b1a16f38c43eb.zip |
allow community page members to upload photos and assorted other stuff which was previously restricted to the page owner
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" /> |