mirror of
https://github.com/mbirth/tcl_update_db.git
synced 2024-11-10 07:16:46 +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;
|
return null;
|
||||||
}
|
}
|
||||||
$g = new self();
|
$g = new self();
|
||||||
$g->attrs = $xp->getAttrs();
|
$attrs = $xp->getAttrs();
|
||||||
|
if ($attrs['fv'] == 'AAA000') {
|
||||||
|
$attrs['fv'] = null;
|
||||||
|
}
|
||||||
|
$g->attrs = $attrs;
|
||||||
return $g;
|
return $g;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user