Show
Ignore:
Timestamp:
04/16/08 17:24:40 (7 months ago)
Author:
aarkerio
Message:

Updates on polls

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/app/app_controller.php

    r400 r407  
    1212class AppController extends Controller { 
    1313  
    14  public $components = array('Auth', 'Cookie', 'Security', 'Session'); 
     14 public $components = array('Auth', 'Cookie', 'Session', 'Security'); 
    1515  
    1616 public $helpers    = array('Html', 'Form', 'Session');