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:
flyskyko 2011-09-15 06:13:54 +00:00
parent 2f26277652
commit 78f9868d0a
2 changed files with 3 additions and 3 deletions

View file

@ -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);
}