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/lib/Cache.inc.php

    r396 r405  
    228228    function exists($key)
    229229    {
     230        $app =& App::getInstance();
     231
    230232        if (true !== $this->getParam('enabled')) {
     233            $app->logMsg(sprintf('Cache disabled on exist assertion.', null), LOG_DEBUG, __FILE__, __LINE__);
    231234            return false;
    232235        }
Note: See TracChangeset for help on using the changeset viewer.