Changeset 808 for trunk/app/controllers

Show
Ignore:
Timestamp:
10/10/08 21:32:44 (8 weeks ago)
Author:
aarkerio
Message:

Little changes

Files:
1 modified

Legend:

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

    r788 r808  
    215215 public function login() 
    216216 { 
    217     if ($this->Auth->user()): 
    218            if (!empty($this->data)): 
     217  if ($this->Auth->user()): 
     218       if (!empty($this->data)): 
    219219                if (empty($this->data['User']['remember_me'])): 
    220220                    $this->Cookie->del('User');