Bugfix [#9]
This commit is contained in:
parent
3b81e69651
commit
944d0e2acd
@ -198,7 +198,7 @@ class map_POSTNUKE_726
|
|||||||
function sync($id, $file)
|
function sync($id, $file)
|
||||||
{
|
{
|
||||||
$db_map = new db_mapping;
|
$db_map = new db_mapping;
|
||||||
$this = $db_map->MAP_sync ($id, $file, $this);
|
$this &= $db_map->MAP_sync ($id, $file, $this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -187,7 +187,7 @@ class map_OSCOMMERCE_22
|
|||||||
function sync($id, $file)
|
function sync($id, $file)
|
||||||
{
|
{
|
||||||
$db_map = new db_mapping;
|
$db_map = new db_mapping;
|
||||||
$this = $db_map->MAP_sync ($id, $file, $this);
|
$db_map->MAP_sync ($id, $file, $this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user