[-] BO : fixed bug #PSFV-738 - [1.4 compatibility] : some option list parameters not supported in 1.5
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14354 b9a71923-0436-4b27-9f14-aed3839534dd
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