[-] 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:
vAugagneur
2012-03-29 08:13:04 +00:00
parent 4fd68f7666
commit cdeb31c8d5
+1 -1
View File
@@ -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).'-&gt;'.$method.'() not found<br />';
$this->displayOptionTypeText($key, $field, $value);//default behavior
else
$this->$method($key, $field, $value);