Fix upload of files should be possible on mobile device.
This commit is contained in:
parent
814cec880a
commit
ad56cb4aa0
@ -75,7 +75,7 @@ class FormFile
|
||||
global $conf,$langs, $hookmanager;
|
||||
$hookmanager->initHooks(array('formfile'));
|
||||
|
||||
if (! empty($conf->browser->layout) && $conf->browser->layout != 'classic') return 0;
|
||||
if (! empty($conf->browser->layout) && $conf->browser->layout != 'classic') $useajax=0;
|
||||
|
||||
if ((! empty($conf->global->MAIN_USE_JQUERY_FILEUPLOAD) && $useajax) || ($useajax==2))
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user