diff options
Diffstat (limited to 'view/tpl/photos_upload.tpl')
-rw-r--r-- | view/tpl/photos_upload.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/tpl/photos_upload.tpl b/view/tpl/photos_upload.tpl index 93c0b7d54..6d3692897 100644 --- a/view/tpl/photos_upload.tpl +++ b/view/tpl/photos_upload.tpl @@ -3,6 +3,7 @@ <div id="photos-usage-message">$usage</div> <form action="photos/$nickname" enctype="multipart/form-data" method="post" name="photos-upload-form" id="photos-upload-form" > + <input type="hidden" id-"photos-upload-source" name="source" value="photos" /> <div id="photos-upload-new-wrapper" > <div id="photos-upload-newalbum-div"> <label id="photos-upload-newalbum-text" for="photos-upload-newalbum" >$newalbum</label> |