Skip to content

Commit

Permalink
user registration
Browse files Browse the repository at this point in the history
  • Loading branch information
aslubsky committed Nov 10, 2013
1 parent 8227b15 commit 6900497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/Bazalt/Auth/Model/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ public function toArray()
unset($ret['password']);
unset($ret['is_god']);
unset($ret['session_id']);
unset($ret['last_activity']);

$ret['fullname'] = $this->getName();
$ret['birth_date'] = date('d.m.Y', strToTime($this->birth_date));
Expand Down

0 comments on commit 6900497

Please sign in to comment.