Changeset 405 for trunk/services


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/services/admins.php

    r396 r405  
    5656// Configure the cache object.
    5757$cache = new Cache('admins');
    58 $cache->setParam(array('enable' => true));
     58$cache->setParam(array('enabled' => false)); // Better leave disabled; the list gets out of sync with the db otherwise, somehow.
    5959
    6060// Instantiate a sorting object with the default sort and order. Add SQL for each column.
Note: See TracChangeset for help on using the changeset viewer.