Skip to content

Commit

Permalink
cleaning up helpers so they are not all loaded for nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Feb 6, 2010
1 parent 783088b commit a80a85e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app_controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class AppController extends Controller {
var $view = 'Theme';

var $helpers = array(
'Html', 'Form', 'Javascript', 'Session',
'Html', 'Form', 'Javascript', 'Session', 'Time',

'Libs.Infinitas', 'Libs.Status', 'Libs.Image', 'Libs.Design', 'Libs.TagCloud'
'Libs.Infinitas'
);

var $components = array(
Expand Down

0 comments on commit a80a85e

Please sign in to comment.