1
0
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:
JoshyPHP 2015-03-23 01:51:04 +01:00
parent a2454285bd
commit fd230cd9c5

View File

@ -117,7 +117,7 @@ abstract class captcha_abstract
function get_demo_template($id) function get_demo_template($id)
{ {
global $config, $user, $template, $phpbb_admin_path, $phpEx; global $config, $user, $template, $request, $phpbb_admin_path, $phpEx;
$variables = ''; $variables = '';