aboutsummaryrefslogtreecommitdiffstats
path: root/mod/photos.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/photos.php')
-rw-r--r--mod/photos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/photos.php b/mod/photos.php
index ed86fae23..0354b1941 100644
--- a/mod/photos.php
+++ b/mod/photos.php
@@ -985,7 +985,7 @@ function photos_content(&$a) {
call_hooks('photo_upload_form',$ret);
- $default_upload = '<input type="file" name="userfile" /> <div class="photos-upload-submit-wrapper" >
+ $default_upload = '<input id="photos-upload-choose" type="file" name="userfile" /> <div class="photos-upload-submit-wrapper" >
<input type="submit" name="submit" value="' . t('Submit') . '" id="photos-upload-submit" /> </div>';