2014-07-07, 01:17 AM
(This post was last modified: 2014-07-14, 03:15 PM by Destroy666.)
Hi,
in "member_register_regimage" template use
For fix
line 168 of inc/class_captcha.php
in "member_register_regimage" template use
{$mybb->asset_url}
(this template use in build_captcha in class_captcha.php) but There isn't $mybb in global of this function.For fix
line 168 of inc/class_captcha.php
global $db, $lang, $templates, $theme;
should be: global $mybb, $db, $lang, $templates, $theme;
AliReza Tofighi
MyBB Persian Support
MyBB Persian Support