mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
git-svn-id: file:///svn/phpbb/trunk@7574 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
1d94d1782c
commit
ee6ea033cf
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class acp_bbcodes
|
||||||
$display_on_posting = request_var('display_on_posting', 0);
|
$display_on_posting = request_var('display_on_posting', 0);
|
||||||
|
|
||||||
$bbcode_match = request_var('bbcode_match', '');
|
$bbcode_match = request_var('bbcode_match', '');
|
||||||
$bbcode_tpl = htmlspecialchars_decode(request_var('bbcode_tpl', ''));
|
$bbcode_tpl = htmlspecialchars_decode(request_var('bbcode_tpl', '', true));
|
||||||
$bbcode_helpline = request_var('bbcode_helpline', '', true);
|
$bbcode_helpline = request_var('bbcode_helpline', '', true);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue