Show
Ignore:
Timestamp:
04/09/08 18:35:28 (8 months ago)
Author:
aarkerio
Message:

FLash and users Ajaxa fixed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/app_controller.php

    r356 r374  
    88class AppController extends Controller { 
    99  
    10  public $components = array('Auth', 'Cookie', 'Security'); 
     10 public $components = array('Auth', 'Cookie', 'Security', 'Session'); 
    1111  
    1212 public $helpers    = array('Html', 'Form', 'Session');