mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
issue 2092, fixed a bug for captcha addon about member signup
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10789 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
53e61bb7f0
commit
812f059823
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@
|
|||
$logged_info = Context::get('logged_info');
|
||||
if($logged_info->is_admin == 'Y' || $logged_info->is_site_admin) return false;
|
||||
if($this->addon_info->target != 'all' && Context::get('is_logged')) return false;
|
||||
if($_SESSION['XE_VALIDATOR_ERROR'] == -1) $_SESSION['captcha_authed'] = false;
|
||||
if($_SESSION['captcha_authed']) return false;
|
||||
|
||||
$type = Context::get('captchaType');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue