Fixes for use enctype in forms
This commit is contained in:
parent
c423cb0b9c
commit
f5d9fbd308
4 changed files with 24 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue