Browse Source

Increase size of tag field

spaghetti 8 years ago
parent
commit
65f6db3a3c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/upload/upload_handle.php

+ 1
- 1
sections/upload/upload_handle.php View File

153
     }
153
     }
154
 
154
 
155
       $Validate->SetFields('tags',
155
       $Validate->SetFields('tags',
156
-        '1','string','You must enter at least one tag. Maximum length is 300 characters.', array('maxlength'=>300, 'minlength'=>2));
156
+        '1','string','You must enter at least five tag. Maximum length is 1500 characters.', array('maxlength'=>1500, 'minlength'=>2));
157
 
157
 
158
       $Validate->SetFields('image',
158
       $Validate->SetFields('image',
159
         '0','link','The image URL you entered was invalid.', array('maxlength'=>255, 'minlength'=>12));
159
         '0','link','The image URL you entered was invalid.', array('maxlength'=>255, 'minlength'=>12));

Loading…
Cancel
Save