1
0
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:
Marc Alexander
2024-10-05 17:05:38 +02:00
parent ae9f97b7e2
commit 89bb72c277

View File

@@ -54,7 +54,7 @@ class factory
return $captcha;
}
return new legacy_wrapper($name);
return new legacy_wrapper($captcha);
}
/**