mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11895] Fix undefined $forum_id
PHPBB3-11895
This commit is contained in:
parent
ca619cb4a9
commit
967bef3656
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue