Author: allyb
Date: 2010-01-13 12:06:07 +0100 (Wed, 13 Jan 2010)
New Revision: 26563

Modified:
   plugins/sfEasyAuthPlugin/trunk/lib/model/sfEasyAuthUserBasePeer.php
Log:
Renamed retrieveByType

Modified: plugins/sfEasyAuthPlugin/trunk/lib/model/sfEasyAuthUserBasePeer.php
===================================================================
--- plugins/sfEasyAuthPlugin/trunk/lib/model/sfEasyAuthUserBasePeer.php 
2010-01-13 11:00:36 UTC (rev 26562)
+++ plugins/sfEasyAuthPlugin/trunk/lib/model/sfEasyAuthUserBasePeer.php 
2010-01-13 11:06:07 UTC (rev 26563)
@@ -51,7 +51,7 @@
    * @param int $profileId A profile ID
    * @return object|null
    */
-  public static function retrieveByProfileId($credential, $profileId)
+  public static function retrieveByCredentialAndProfileId($credential, 
$profileId)
   {
     // first, try to retrieve a user whose default profile id is $profileId
     $c = new Criteria();

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.


Reply via email to