Show
Ignore:
Timestamp:
04/09/08 18:35:28 (9 months ago)
Author:
aarkerio
Message:

FLash and users Ajaxa fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/controllers/confirms_controller.php

    r339 r374  
    5151     if ($this->User->save($this->data) && $this->Confirm->delete($data['Confirm']['id'])) 
    5252     { 
    53                  $this->flash('Your account has been activated', '/users/login'); 
     53                 $this->flash('Your account has been activated', '/users/login', 2); 
    5454     } 
    5555     else 
     
    6060   else 
    6161   { 
    62              $this->flash('There is not such account', '/users/login'); 
     62             $this->flash('There is not such account', '/users/login', 2); 
    6363   } 
    6464 }