// Fix position for category_product in installer
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14702 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -691,7 +691,7 @@ class InstallXmlLoader
|
||||
$columns[$table][$row['Field']] = $this->checkIfTypeIsText($row['Type']);
|
||||
}
|
||||
|
||||
$exclude = array_merge(array('id_'.$table, 'date_add', 'date_upd', 'position', 'deleted', 'id_lang'), $exclude);
|
||||
$exclude = array_merge(array('id_'.$table, 'date_add', 'date_upd', 'deleted', 'id_lang'), $exclude);
|
||||
|
||||
$list = array();
|
||||
foreach ($columns[$table] as $k => $v)
|
||||
|
||||
Reference in New Issue
Block a user