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/photos_upload.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/photos_upload.tpl')
-rw-r--r-- | view/photos_upload.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/photos_upload.tpl b/view/photos_upload.tpl index a03779775..8a9dc3c68 100644 --- a/view/photos_upload.tpl +++ b/view/photos_upload.tpl @@ -1,5 +1,5 @@ <h3>$pagename</h3> -<form action="photos" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form" > +<form action="photos/$nickname" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form" > <div id="photos-upload-new-wrapper" > <div id="photos-upload-newalbum-div"> <label id="photos-upload-newalbum-text" for="photos-upload-newalbum" >$newalbum</label> |