We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a773a43 commit 0eb4484Copy full SHA for 0eb4484
1 file changed
class/readtopic.php
@@ -37,7 +37,7 @@
37
class Readtopic extends Read {
38
function __construct()
39
{
40
- $this->Read("topic");
+ parent::__construct("topic");
41
//$this->initVar('forum_id', XOBJ_DTYPE_INT);
42
}
43
0 commit comments