mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 160, fixed a bug for checking easyinstall update
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9151 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2f26277652
commit
78f9868d0a
2 changed files with 3 additions and 3 deletions
|
|
@ -43,7 +43,7 @@
|
|||
$module_list[$key]->need_autoinstall_update = $package[$packageSrl]->need_update;
|
||||
|
||||
// get easyinstall update url
|
||||
if ($module_list[$key]->need_autoinstall_update)
|
||||
if ($module_list[$key]->need_autoinstall_update == 'Y')
|
||||
{
|
||||
$module_list[$key]->update_url = $oAutoinstallModel->getUpdateUrlByPackageSrl($packageSrl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue