* finish task#1563.

This commit is contained in:
chencongzhi520@gmail.com
2013-07-13 08:59:49 +00:00
parent e906abb00f
commit 44d6401495
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -525,7 +525,7 @@ class commonModel extends model
public static function printQRCodeLink($color = '')
{
global $lang;
if(extension_loaded('gd')) echo html::a(helper::createLink('misc', 'qrCode'), $lang->user->mobileLogin, '', "class='qrCode $color'");
echo html::a(helper::createLink('misc', 'qrCode'), $lang->user->mobileLogin, '', "class='qrCode $color'");
}
/**