[-] BO : fixed bug #PSFV-738 - [1.4 compatibility] : some option list parameters not supported in 1.5
This commit is contained in:
@@ -1896,7 +1896,7 @@ abstract class AdminTabCore
|
||||
// Display option inputs
|
||||
$method = 'displayOptionType'.Tools::toCamelCase($field['type'], true);
|
||||
if (!method_exists($this, $method))
|
||||
echo 'Option method '.get_class($this).'->'.$method.'() not found<br />';
|
||||
$this->displayOptionTypeText($key, $field, $value);//default behavior
|
||||
else
|
||||
$this->$method($key, $field, $value);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user