Skip to content

Commit

Permalink
Fix for sfMelodyUser.class.php function getDbTokens()
Browse files Browse the repository at this point in the history
  • Loading branch information
madesst committed Feb 7, 2012
1 parent 1f14731 commit 9d0159d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/model/TokenPeer.php
Expand Up @@ -102,6 +102,6 @@ public static function findByUserId($user_id)
$c = new Criteria(); $c = new Criteria();
$c->add(TokenPeer::USER_ID, $user_id); $c->add(TokenPeer::USER_ID, $user_id);


return self::doSelectOne($c); return self::doSelect($c);
} }
} }

0 comments on commit 9d0159d

Please sign in to comment.