// Remove $this->table and $this->identifier from objectModels + normalize
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11076 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-1
@@ -123,7 +123,7 @@ class ImageCore extends ObjectModel
|
||||
{
|
||||
$row['position'] = $i++;
|
||||
Db::getInstance()->AutoExecute(
|
||||
_DB_PREFIX_.$this->table,
|
||||
_DB_PREFIX_.$this->def['table'],
|
||||
$row,
|
||||
'UPDATE',
|
||||
'`id_image` = '.(int)$row['id_image'], 1
|
||||
|
||||
Reference in New Issue
Block a user