|
@@ -153,7 +153,7 @@ switch ($Type) {
|
153
|
153
|
}
|
154
|
154
|
|
155
|
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
|
158
|
$Validate->SetFields('image',
|
159
|
159
|
'0','link','The image URL you entered was invalid.', array('maxlength'=>255, 'minlength'=>12));
|