Changeset 18

Show
Ignore:
Timestamp:
04/09/07 03:23:49
Author:
grahack
Message:

FAL: corrected a bad link in the _sendForgottenPasswordResetEmail function of libraries/Freakauth_light.php (email content)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • FreakAuth/trunk/www/system/application/libraries/Freakauth_light.php

    r8 r18  
    996996        $data = array('password' => $password, 
    997997                      'user_name' => $user, 
    998                       'change_password_link'=> base_url().'auth/changepassword' 
     998                      'change_password_link'=> site_url('auth/changepassword') 
    999999                      ); 
    10001000