Changeset 405 for trunk/bin


Ignore:
Timestamp:
Aug 23, 2012 2:31:51 AM (12 years ago)
Author:
anonymous
Message:

Fixed a bug where the cache config wasn't disabled properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bin/module_maker/skel/admin.php

    r396 r405  
    5858// Configure the cache object.
    5959$cache = new Cache('%NAME_PLURAL%');
    60 $cache->setParam(array('enable' => true));
     60$cache->setParam(array('enabled' => true));
    6161
    6262%SORT_ORDER%
Note: See TracChangeset for help on using the changeset viewer.