mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 06:38:52 +00:00
Merge remote-tracking branch 's9e/ticket/13718'
* s9e/ticket/13718: [ticket/13718] Added missing global declaration
This commit is contained in:
commit
8423ae1201
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue