aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/feed/topic_base.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/feed/topic_base.php')
-rw-r--r--phpBB/phpbb/feed/topic_base.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/phpbb/feed/topic_base.php b/phpBB/phpbb/feed/topic_base.php
index b104a46631..f05be9223e 100644
--- a/phpBB/phpbb/feed/topic_base.php
+++ b/phpBB/phpbb/feed/topic_base.php
@@ -7,6 +7,8 @@
*
*/
+namespace phpbb\feed;
+
/**
* @ignore
*/
@@ -20,7 +22,7 @@ if (!defined('IN_PHPBB'))
*
* @package phpBB3
*/
-abstract class phpbb_feed_topic_base extends phpbb_feed_base
+abstract class topic_base extends \phpbb\feed\base
{
var $num_items = 'feed_limit_topic';