[*] Classes: refactoring of ObjectModel::validateFields() && ObjectModel::validateFieldsLang()
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11273 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -61,12 +61,6 @@ class TabCore extends ObjectModel
|
||||
|
||||
protected static $_getIdFromClassName = null;
|
||||
|
||||
public function getTranslationsFieldsChild()
|
||||
{
|
||||
$this->validateFieldsLang();
|
||||
return $this->getTranslationsFields(array('name'));
|
||||
}
|
||||
|
||||
/**
|
||||
* additionnal treatments for Tab when creating new one :
|
||||
* - generate a new position
|
||||
|
||||
Reference in New Issue
Block a user