Skip to content

Commit 683b279

Browse files
committed
and a parent constructor
1 parent 945402b commit 683b279

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

class/readforum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
class Readforum extends Read {
3838
function __construct()
3939
{
40-
$this->Read("forum");
40+
parent::__construct("forum");
4141
}
4242
}
4343

0 commit comments

Comments
 (0)