aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/feed/overall.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/feed/overall.php')
-rw-r--r--phpBB/phpbb/feed/overall.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/phpbb/feed/overall.php b/phpBB/phpbb/feed/overall.php
index 224d97ec03..8ee1f092ab 100644
--- a/phpBB/phpbb/feed/overall.php
+++ b/phpBB/phpbb/feed/overall.php
@@ -7,6 +7,8 @@
*
*/
+namespace phpbb\feed;
+
/**
* @ignore
*/
@@ -23,7 +25,7 @@ if (!defined('IN_PHPBB'))
*
* @package phpBB3
*/
-class phpbb_feed_overall extends phpbb_feed_post_base
+class overall extends \phpbb\feed\post_base
{
function get_sql()
{