mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 08:47:45 +02:00
[ticket/17414] Add unit test for legacy wrapper
PHPBB-17414
This commit is contained in:
@@ -64,7 +64,7 @@ class legacy_wrapper implements plugin_interface
|
||||
{
|
||||
if (method_exists($this->legacy_captcha, 'get_name'))
|
||||
{
|
||||
return $this->legacy_captcha->has_config();
|
||||
return $this->legacy_captcha->get_name();
|
||||
}
|
||||
|
||||
return '';
|
||||
|
Reference in New Issue
Block a user