Changeset 2370

Show
Ignore:
Timestamp:
03/28/2008 12:34:11 PM (8 months ago)
Author:
PugFish
Message:

Fixed Cache not reading the correct config item

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Cache.php

    r2230 r2370  
    6262 
    6363                // Load configuration 
    64                 $this->config = (array) $config + Config::item('cache'); 
     64                $this->config = (array) $config + Config::item('cache.default'); 
    6565 
    6666                // Set driver name