mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-21 10:40:58 +02:00
[ticket/13718] Added missing global declaration
PHPBB3-13718
This commit is contained in:
@ -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 = '';
|
||||
|
||||
|
Reference in New Issue
Block a user