Changeset 127 for Dev/branches/cakephp/app/controllers/users_controller.php
- Timestamp:
- 10/14/11 17:54:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/cakephp/app/controllers/users_controller.php
r126 r127 66 66 $this->User->create(); 67 67 $this->User->save($this->data); 68 $this->redirect(array('action' => 'login')); 68 69 } else { 69 70 $this->Session->setFlash('Could not register. Try again.');
Note: See TracChangeset
for help on using the changeset viewer.