2015-09-10, 10:50 PM
http://docs.mybb.com/1.8/development/plugins/hooks/
As you can see, $forum should be passed as a function parameter, not globalized.
And concatenation isn't needed there because it's an conditional with a single assignment, not a loop.
As you can see, $forum should be passed as a function parameter, not globalized.
And concatenation isn't needed there because it's an conditional with a single assignment, not a loop.