mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 20:11:23 +02:00
fixed after some recent updates not working file-upload in etemplate
This commit is contained in:
@@ -1677,7 +1677,7 @@
|
||||
$attr = array();
|
||||
}
|
||||
$value = $this->get_array($content_in,$form_name,True,$GLOBALS['egw_info']['flags']['currentapp'] == 'etemplate' ? false : true );
|
||||
if($value === false) continue;
|
||||
if($value === false && $type != 'file') continue; // file is in $_FILES and not in $content_in
|
||||
|
||||
if (isset($attr['blur']) && $attr['blur'] == $value)
|
||||
{
|
||||
|
Reference in New Issue
Block a user