Changeset 3503 for trunk/modules/auth

Show
Ignore:
Timestamp:
09/26/2008 08:57:40 AM (2 months ago)
Author:
Shadowhand
Message:

Fixing #846, thanks alexsancho.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/auth/classes/auth/file.php

    r3490 r3503  
    5757        { 
    5858                // Complete the login 
    59                 return $this->complate_login($username); 
     59                return $this->complete_login($username); 
    6060        } 
    6161