mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Never mark core modules as needing update in autoinstall
This commit is contained in:
parent
aacc387d55
commit
0e0dce05a8
3 changed files with 12 additions and 4 deletions
|
|
@ -165,7 +165,7 @@ class autoinstallAdminController extends autoinstall
|
|||
$args->package_srl = $package->package_srl;
|
||||
$args->version = $package->version;
|
||||
$args->current_version = $version;
|
||||
if(version_compare($args->version, $args->current_version, ">"))
|
||||
if($version !== 'RX_VERSION' && version_compare($args->version, $args->current_version, ">"))
|
||||
{
|
||||
$args->need_update = "Y";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue