Thorsten
Results
2
comments of
Thorsten
Thanks! This helps a lot.
I fixed the bug. I change in the `/paybas/recenttopics/core/recenttopics.php` the line 311 from `$this->total_topics_limit = (int) $this->db->sql_fetchfield('topic_count', $result);` to `$this->total_topics_limit = (int) $this->db->sql_fetchfield('topic_count');` Tested with phpBB 3.3.3, 3.3.9-RC and php...