fix revision check problem in autoinstall

Cette révision appartient à :
Daniel Seifert 2013-10-25 19:44:17 +00:00
Parent b1a2e839eb
révision f9506dd408

Voir le fichier

@ -259,10 +259,14 @@ mM9';
$aWhere = array(
'oxmodid' => $this->sModKey,
'oxshopid' => $oShop->getId(),
'oxnewrevision' => $this->sModRevision,
);
if ($this->_checkTableItemNotExist('d3_cfg_mod', $aWhere))
{
// update don't use this property
unset($aWhere['oxnewrevision']);
$aInsertFields = array(
array (
'fieldname' => 'OXID',