aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/request
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-09-16 05:20:27 +0200
committerNils Adermann <naderman@naderman.de>2013-09-16 05:20:27 +0200
commitd905358e2be11cc3fe040036b1138e54be7f30dc (patch)
tree50fb4519de4dd74a3bbdc840efbafb94daffbdc0 /phpBB/phpbb/request
parent8b8ba3d7ac45447f82fe43e50a0d6c921922d214 (diff)
downloadforums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.gz
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.bz2
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.tar.xz
forums-d905358e2be11cc3fe040036b1138e54be7f30dc.zip
[ticket/11700] Fix leftover backslashes in comments
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/request')
-rw-r--r--phpBB/phpbb/request/deactivated_super_global.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/request/deactivated_super_global.php b/phpBB/phpbb/request/deactivated_super_global.php
index 4d4417229e..8f39960477 100644
--- a/phpBB/phpbb/request/deactivated_super_global.php
+++ b/phpBB/phpbb/request/deactivated_super_global.php
@@ -18,7 +18,7 @@ if (!defined('IN_PHPBB'))
}
/**
-* Replacement for a superglobal (\like $_GET or $_POST) which calls
+* Replacement for a superglobal (like $_GET or $_POST) which calls
* trigger_error on all operations but isset, overloads the [] operator with SPL.
*
* @package \phpbb\request\request