commit | a7f5a94d9ecc371a1ee9fb3b5ffe4bfdd90b5e2d | [log] [tgz] |
---|---|---|
author | Greg Aker <greg.aker@ellislab.com> | Tue Sep 14 17:20:53 2010 -0500 |
committer | Greg Aker <greg.aker@ellislab.com> | Tue Sep 14 17:20:53 2010 -0500 |
tree | f1602fa491fe27763b356b0cde8760eb4cb3c2a3 | |
parent | d2167a01ec5bd134a4138b50d76487caa72245c6 [diff] [blame] |
Added a log message in core/output if the cache directory config value was not found.
diff --git a/system/core/Output.php b/system/core/Output.php index e25e621..7d3e2e1 100644 --- a/system/core/Output.php +++ b/system/core/Output.php
@@ -346,6 +346,7 @@ if ( ! is_dir($cache_path) OR ! is_really_writable($cache_path)) { + log_message('error', "Unable to write cache file: ".$cache_path); return; }