* fix bugs of upgrade module.

This commit is contained in:
wangchunsheng
2010-02-20 13:52:50 +00:00
parent 4de62df449
commit 6b9ed81ac0
4 changed files with 26 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
}
else
{
echo html::linkButton($lang->upgrade->tohome, $this->createLink('index'));
echo html::linkButton($lang->upgrade->tohome, 'index.php');
}
?>
</td>