1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

[ticket/12413] Fatal Error for feed.php?mode=forums

https://tracker.phpbb.com/browse/PHPBB3-12413
http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=45475

PHPBB3-12413
This commit is contained in:
Tristan Darricau
2014-04-16 23:41:10 +02:00
committed by Nicofuma
parent 76574d4b5e
commit e7f970e26d
6 changed files with 88 additions and 6 deletions

View File

@@ -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';