mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +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:
committed by
Nicofuma
parent
76574d4b5e
commit
e7f970e26d
@@ -14,7 +14,7 @@ namespace phpbb\feed;
|
||||
*
|
||||
* @package phpBB3
|
||||
*/
|
||||
abstract class post_base extends \phpbb\feed\base
|
||||
abstract class post_base extends \phpbb\feed\attachments_base
|
||||
{
|
||||
var $num_items = 'feed_limit_post';
|
||||
var $attachments = array();
|
||||
|
Reference in New Issue
Block a user