aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp/acp_forums.php
diff options
context:
space:
mode:
authorGaëtan Muller <m.gaetan89@gmail.com>2015-02-03 20:56:48 +0100
committerGaëtan Muller <m.gaetan89@gmail.com>2015-02-03 20:56:48 +0100
commit52446c8327426c59da74257885fd09591c9e1fb3 (patch)
tree6fc334e235dbe4bc3738a3901e8bad1831618a24 /phpBB/includes/acp/acp_forums.php
parentabcb2680eec86dc8016c489ebc7362e29be9e4df (diff)
downloadforums-52446c8327426c59da74257885fd09591c9e1fb3.tar
forums-52446c8327426c59da74257885fd09591c9e1fb3.tar.gz
forums-52446c8327426c59da74257885fd09591c9e1fb3.tar.bz2
forums-52446c8327426c59da74257885fd09591c9e1fb3.tar.xz
forums-52446c8327426c59da74257885fd09591c9e1fb3.zip
[ticket/13455] Remove `request_var()` references from comments
PHPBB3-13455
Diffstat (limited to 'phpBB/includes/acp/acp_forums.php')
-rw-r--r--phpBB/includes/acp/acp_forums.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/acp/acp_forums.php b/phpBB/includes/acp/acp_forums.php
index bca47bb276..0ba1c0c9fd 100644
--- a/phpBB/includes/acp/acp_forums.php
+++ b/phpBB/includes/acp/acp_forums.php
@@ -512,7 +512,7 @@ class acp_forums
{
if (!isset($forum_data['forum_rules_uid']))
{
- // Before we are able to display the preview and plane text, we need to parse our request_var()'d value...
+ // Before we are able to display the preview and plane text, we need to parse our $request->variable()'d value...
$forum_data['forum_rules_uid'] = '';
$forum_data['forum_rules_bitfield'] = '';
$forum_data['forum_rules_options'] = 0;
@@ -532,7 +532,7 @@ class acp_forums
{
if (!isset($forum_data['forum_desc_uid']))
{
- // Before we are able to display the preview and plane text, we need to parse our request_var()'d value...
+ // Before we are able to display the preview and plane text, we need to parse our $request->variable()'d value...
$forum_data['forum_desc_uid'] = '';
$forum_data['forum_desc_bitfield'] = '';
$forum_data['forum_desc_options'] = 0;