mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[ticket/17415] Correctly wrap legacy captchas
PHPBB-17415
This commit is contained in:
parent
ae9f97b7e2
commit
89bb72c277
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class factory
|
||||||
return $captcha;
|
return $captcha;
|
||||||
}
|
}
|
||||||
|
|
||||||
return new legacy_wrapper($name);
|
return new legacy_wrapper($captcha);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue