37511bb8bace1b5932f3378a03017ccc4bd03e20
Author: Mark Story
Date: 2009-08-17 22:35:02 -0400
diff --git a/controllers/components/toolbar.php b/controllers/components/toolbar.php
index 0148d4e..b297dc2 100644
--- a/controllers/components/toolbar.php
+++ b/controllers/components/toolbar.php
@@ -209,7 +209,11 @@ class ToolbarComponent extends Object {
**/
function _createCacheConfig() {
if (Configure::read('Cache.disable') !== true) {
- Cache::config('debug_kit', array('duration' => $this->cacheDuration, 'engine' => 'File'));
+ Cache::config('debug_kit', array(
+ 'duration' => $this->cacheDuration,
+ 'engine' => 'File',
+ 'path' => CACHE
+ ));
}
}
/**
