aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/feed/forums.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/feed/forums.php')
-rw-r--r--phpBB/phpbb/feed/forums.php10
1 files changed, 2 insertions, 8 deletions
diff --git a/phpBB/phpbb/feed/forums.php b/phpBB/phpbb/feed/forums.php
index 409097a9f3..ddbb0bf7b3 100644
--- a/phpBB/phpbb/feed/forums.php
+++ b/phpBB/phpbb/feed/forums.php
@@ -7,13 +7,7 @@
*
*/
-/**
-* @ignore
-*/
-if (!defined('IN_PHPBB'))
-{
- exit;
-}
+namespace phpbb\feed;
/**
* 'All Forums' feed
@@ -23,7 +17,7 @@ if (!defined('IN_PHPBB'))
*
* @package phpBB3
*/
-class phpbb_feed_forums extends phpbb_feed_base
+class forums extends \phpbb\feed\base
{
var $num_items = 0;