Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
0x20h committed Feb 1, 2012
1 parent bc8feef commit 162b773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Config/bootstrap.php
Expand Up @@ -36,7 +36,7 @@
* 'path' => CACHE, //[optional] use system tmp directory - remember to use absolute path * 'path' => CACHE, //[optional] use system tmp directory - remember to use absolute path
* 'prefix' => 'cake_', //[optional] prefix every cache file with this string * 'prefix' => 'cake_', //[optional] prefix every cache file with this string
* 'lock' => false, //[optional] use file locking * 'lock' => false, //[optional] use file locking
* 'serialize' => true, [optional] * 'serialize' => true, // [optional]
* 'mask' => 0666, // [optional] permission mask to use when creating cache files * 'mask' => 0666, // [optional] permission mask to use when creating cache files
* )); * ));
* *
Expand Down

0 comments on commit 162b773

Please sign in to comment.