mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
리뷰 수정
This commit is contained in:
parent
6454145397
commit
b630e1cea8
5 changed files with 13 additions and 13 deletions
|
|
@ -211,7 +211,7 @@ class autoinstallAdminView extends autoinstall
|
|||
$v->current_version = $packages[$v->package_srl]->current_version;
|
||||
// if version is up
|
||||
// insert Y
|
||||
if($v->current_version < $v->item_version)
|
||||
if(version_compare($v->item_version, $v->current_version, '>'))
|
||||
{
|
||||
$v->need_update = 'Y';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue