mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/17415] Correctly wrap legacy captchas
PHPBB-17415
This commit is contained in:
@@ -54,7 +54,7 @@ class factory
|
||||
return $captcha;
|
||||
}
|
||||
|
||||
return new legacy_wrapper($name);
|
||||
return new legacy_wrapper($captcha);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user