mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 04:23:38 +01:00
[ticket/13718] Added missing global declaration
PHPBB3-13718
This commit is contained in:
parent
a2454285bd
commit
fd230cd9c5
@ -117,7 +117,7 @@ abstract class captcha_abstract
|
||||
|
||||
function get_demo_template($id)
|
||||
{
|
||||
global $config, $user, $template, $phpbb_admin_path, $phpEx;
|
||||
global $config, $user, $template, $request, $phpbb_admin_path, $phpEx;
|
||||
|
||||
$variables = '';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user