mirror of
https://github.com/Mibew/tray.git
synced 2025-01-22 18:10:34 +03:00
Fix bug with wrong total thread time
This commit is contained in:
parent
2d7676fdf6
commit
092e9c2dcf
@ -214,6 +214,7 @@ Class Thread {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$thread->lastToken = self::nextToken();
|
$thread->lastToken = self::nextToken();
|
||||||
|
$thread->created = time();
|
||||||
return $thread;
|
return $thread;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user