Fix bug with wrong total thread time

This commit is contained in:
Dmitriy Simushev 2012-10-16 14:52:44 +00:00
parent 2d7676fdf6
commit 092e9c2dcf

View File

@ -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;
} }