summaryrefslogtreecommitdiffstats
path: root/register.php
diff options
context:
space:
mode:
Diffstat (limited to 'register.php')
-rw-r--r--register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/register.php b/register.php
index 28981e30..2ea93fc3 100644
--- a/register.php
+++ b/register.php
@@ -68,7 +68,7 @@ switch ($_REQUEST['action']) {
/* If we're using the captcha stuff */
if (Config::get('captcha_public_reg')) {
- $captcha = captcha::check();
+ $captcha = captcha::solved();
if(!isset ($captcha)) {
Error::add('captcha',_('Error Captcha Required'));
}