e107_plugins/import/providers/drupal_import_class.php
Avoid too many return
statements within this method. Open
Open
return $local_path;
Avoid too many return
statements within this method. Open
Open
return $local_path;
Argument 3 (selected)
is int
but \e_form::select()
takes bool|false
defined at /code/e107_handlers/form_handler.php:3325
Open
Open
'html' => $frm->select('version', $versions, $this->version, 50, array(
- Exclude checks
Argument 4 (options)
is 50
but \e_form::select()
takes array|string
defined at /code/e107_handlers/form_handler.php:3325
Open
Open
'html' => $frm->select('version', $versions, $this->version, 50, array(
- Exclude checks
Argument 5 (defaultBlank)
is array{required:1}
but \e_form::select()
takes bool|false|string
defined at /code/e107_handlers/form_handler.php:3325
Open
Open
'required' => 1,
- Exclude checks