mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 18:11:47 +02:00
Merge remote-tracking branch 'EXreaction/ticket/11895' into develop
* EXreaction/ticket/11895: [ticket/11895] Fix undefined $forum_id
This commit is contained in:
@@ -36,7 +36,7 @@ class forum extends \phpbb\feed\post_base
|
||||
* @param int $forum_id Forum ID
|
||||
* @return \phpbb\feed\forum
|
||||
*/
|
||||
public function set_forum_id($topic_id)
|
||||
public function set_forum_id($forum_id)
|
||||
{
|
||||
$this->forum_id = (int) $forum_id;
|
||||
|
||||
|
Reference in New Issue
Block a user