avandenberghe / RecentTopics

Extension for phpBB 3.2/3.3 to display recent topics.
GNU General Public License v2.0
21 stars 20 forks source link

issue when no forum rights #2

Closed avandenberghe closed 8 years ago

avandenberghe commented 8 years ago

https://www.phpbb.com/customise/db/extension/recent_topics_2/support/topic/160441

[phpBB Debug] PHP Warning: in file [ROOT]/ext/paybas/recenttopics/core/recenttopics.php on line 247: Invalid argument supplied for foreach()
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 5312: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3925)
avandenberghe commented 8 years ago

the pull request for displaying topic prefixes from stathis has an refactoring bug.

https://github.com/Sajaki/RecentTopics/commit/bf11082d24edc11a7cea46e189125915f40de913#diff-491828954030244c70607223953c1aa7R498

$this->forums variable wasn't initalised properly.