Fixes for use enctype in forms

This commit is contained in:
Antonio de la Rosa 2015-09-09 05:10:30 +02:00
parent c423cb0b9c
commit f5d9fbd308
4 changed files with 24 additions and 0 deletions

View file

@ -150,6 +150,8 @@ class ImageField extends PhangoField {
}
$this->std_error=I18n::lang('common', 'no_image_found', 'No image uploaded, check enctype form');
return false;
/*