Skip to content

Commit

Permalink
Updating cache path.
Browse files Browse the repository at this point in the history
Cache path no longer contains a "db_cache" sub-directory.
  • Loading branch information
jonathanmelville committed Jun 28, 2014
1 parent 1ce09e6 commit 9fa79e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.master.php
Expand Up @@ -61,7 +61,7 @@
require 'config.' . ENV . '.php';

// Dynamically set the cache path (Shouldn't this be done by default? Who moves the cache path?)
$env_db['cachedir'] = APPPATH . 'cache/db_cache/';
$env_db['cachedir'] = APPPATH . 'cache/';

// Merge our database setting arrays
$db['expressionengine'] = array_merge($db['expressionengine'], $env_db);
Expand Down

0 comments on commit 9fa79e8

Please sign in to comment.