Changeset 808 for trunk/app/controllers
- Timestamp:
- 10/10/08 21:32:44 (8 weeks ago)
- Files:
-
- 1 modified
-
trunk/app/controllers/users_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/controllers/users_controller.php
r788 r808 215 215 public function login() 216 216 { 217 if ($this->Auth->user()):218 if (!empty($this->data)):217 if ($this->Auth->user()): 218 if (!empty($this->data)): 219 219 if (empty($this->data['User']['remember_me'])): 220 220 $this->Cookie->del('User');
