"My Leaderboards" page
This commit is contained in:
parent
beea5e57c1
commit
fa408978fd
3 changed files with 41 additions and 3 deletions
|
@ -25,7 +25,7 @@ class leaderboard_create extends leaderboard_new
|
|||
$uid = $this->redis->incr($uid_key);
|
||||
}
|
||||
|
||||
$timestamp = Time::timestamp();
|
||||
$timestamp = time();
|
||||
|
||||
// Creates the rest of the data for the leaderboard
|
||||
$this->redis->multi()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue