This commit is contained in:
Krivchikov Dmitry 2014-11-23 17:43:54 +03:00
parent 6f63d55a96
commit bfbf803f97
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ class User extends Model
if ($res)
{
$res = $res->fetch(PDO::FETCH_ASSOC);
print_r($res['id']);
$user = $this->getByPK((int)$res['id']);
return $user;