Fix incoherence in code

This commit is contained in:
Sandro Cazzaniga 2012-07-26 07:33:20 +00:00
parent 0d54c80fcc
commit 35262aa6b0

View File

@ -71,7 +71,7 @@ if (
if ( $portal->{captcha_enabled} ) {
$template->param(
CAPTCHA_IMG => $portal->{captcha_img},
CAPTCHA_CODE => $portal->{captcha_img},
CAPTCHA_CODE => $portal->{captcha_code},
CAPTCHA_SIZE => $portal->{captcha_size}
);
}