fixed some mistakes

This commit is contained in:
2019-09-24 16:37:00 +02:00
parent f84f283e8e
commit bf27d735fe
6 changed files with 9 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ class Reply {
public $date;
public $owner;
function Reply($id, $threadID, $userID, $content, $date = null){
function __construct($id, $threadID, $userID, $content, $date = null){
$this->id = $id;
$this->threadID = $threadID;
$this->userID = $userID;