mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-11-09 23:06:45 +00:00
Set fv to null for full ROMs.
This commit is contained in:
parent
d9daa4ddee
commit
c675eeacbf
@ -35,7 +35,11 @@ class GotuObject
|
||||
return null;
|
||||
}
|
||||
$g = new self();
|
||||
$g->attrs = $xp->getAttrs();
|
||||
$attrs = $xp->getAttrs();
|
||||
if ($attrs['fv'] == 'AAA000') {
|
||||
$attrs['fv'] = null;
|
||||
}
|
||||
$g->attrs = $attrs;
|
||||
return $g;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user