aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/feed/topic_base.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-05-02 15:08:15 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-02 15:08:15 +0200
commitfa1ac3c54d471f93b0fb10ef58aba13008dfa119 (patch)
treeab69fbc46128753bf4f2bd9968913635bf33fcea /phpBB/phpbb/feed/topic_base.php
parent4f17d0653ab9eaa51c730f2e1f5ad6fbcfc279ba (diff)
parent8812cfcfbf4ae82eb0270c268d227ba729b42107 (diff)
downloadforums-fa1ac3c54d471f93b0fb10ef58aba13008dfa119.tar
forums-fa1ac3c54d471f93b0fb10ef58aba13008dfa119.tar.gz
forums-fa1ac3c54d471f93b0fb10ef58aba13008dfa119.tar.bz2
forums-fa1ac3c54d471f93b0fb10ef58aba13008dfa119.tar.xz
forums-fa1ac3c54d471f93b0fb10ef58aba13008dfa119.zip
Merge pull request #2336 from Nicofuma/ticket/12413
[ticket/12413] Fatal Error log created for feed.php file
Diffstat (limited to 'phpBB/phpbb/feed/topic_base.php')
-rw-r--r--phpBB/phpbb/feed/topic_base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/feed/topic_base.php b/phpBB/phpbb/feed/topic_base.php
index 7e28e67b82..e8639a6fa6 100644
--- a/phpBB/phpbb/feed/topic_base.php
+++ b/phpBB/phpbb/feed/topic_base.php
@@ -14,7 +14,7 @@ namespace phpbb\feed;
*
* @package phpBB3
*/
-abstract class topic_base extends \phpbb\feed\base
+abstract class topic_base extends \phpbb\feed\attachments_base
{
var $num_items = 'feed_limit_topic';