Changeset 674 for trunk/app/controllers

Show
Ignore:
Timestamp:
07/24/08 14:03:01 (4 months ago)
Author:
aarkerio
Message:

New edublog layout

Files:
1 modified

Legend:

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

    r672 r674  
    221221                    $cookie = array(); 
    222222                    $cookie['email'] = $this->data['User']['email']; 
    223                     $cookie['token'] = $this->data['User']['pasword']; 
     223                    $cookie['token'] = $this->data['User']['pwd']; 
    224224                    $this->Cookie->write('User', $cookie, true, '+2 weeks'); 
    225225                endif;