We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945402b commit 683b279Copy full SHA for 683b279
1 file changed
class/readforum.php
@@ -37,7 +37,7 @@
37
class Readforum extends Read {
38
function __construct()
39
{
40
- $this->Read("forum");
+ parent::__construct("forum");
41
}
42
43
0 commit comments