diff options
author | Nils Adermann <naderman@naderman.de> | 2013-07-14 12:25:28 -0400 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2013-07-14 12:25:28 -0400 |
commit | b81613e5e57fd208e832637b6886abf9ec806c4b (patch) | |
tree | 5dfec7ded65655a0cb1ca486d5c58698dd0cc5c2 /phpBB/phpbb/request | |
parent | c15bde161a93fc2abc48cacd7e5a71c682880e52 (diff) | |
download | forums-b81613e5e57fd208e832637b6886abf9ec806c4b.tar forums-b81613e5e57fd208e832637b6886abf9ec806c4b.tar.gz forums-b81613e5e57fd208e832637b6886abf9ec806c4b.tar.bz2 forums-b81613e5e57fd208e832637b6886abf9ec806c4b.tar.xz forums-b81613e5e57fd208e832637b6886abf9ec806c4b.zip |
[ticket/11700] With namespaces interface will no longer be a valid classname
PHPBB3-11700
Diffstat (limited to 'phpBB/phpbb/request')
-rw-r--r-- | phpBB/phpbb/request/request_interface.php (renamed from phpBB/phpbb/request/interface.php) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/request/interface.php b/phpBB/phpbb/request/request_interface.php index 741db35917..482f0f1287 100644 --- a/phpBB/phpbb/request/interface.php +++ b/phpBB/phpbb/request/request_interface.php @@ -20,7 +20,7 @@ if (!defined('IN_PHPBB')) * * @package phpbb_request */ -interface phpbb_request_interface +interface phpbb_request_request_interface { /**#@+ * Constant identifying the super global with the same name. |