Bugfix [#9]
This commit is contained in:
parent
76a81f02fd
commit
61fc6b8dd2
@ -198,7 +198,7 @@ class map_POSTNUKE_726
|
||||
function sync($id, $file)
|
||||
{
|
||||
$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)
|
||||
{
|
||||
$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