Changeset 374 for trunk/app/controllers/confirms_controller.php
- Timestamp:
- 04/09/08 18:35:28 (9 months ago)
- Files:
-
- 1 modified
-
trunk/app/controllers/confirms_controller.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/controllers/confirms_controller.php
r339 r374 51 51 if ($this->User->save($this->data) && $this->Confirm->delete($data['Confirm']['id'])) 52 52 { 53 $this->flash('Your account has been activated', '/users/login' );53 $this->flash('Your account has been activated', '/users/login', 2); 54 54 } 55 55 else … … 60 60 else 61 61 { 62 $this->flash('There is not such account', '/users/login' );62 $this->flash('There is not such account', '/users/login', 2); 63 63 } 64 64 }
