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