Skip to content

Commit

Permalink
Using Configure::write() is not optional.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 18, 2012
1 parent c9a4db3 commit fbf401f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Cache/Cache.php
Expand Up @@ -132,7 +132,7 @@ class Cache {
*/
public static function config($name = null, $settings = array()) {
trigger_error(
__d('cake_dev', 'You should use Configure::write() to define cache configuration now.'),
__d('cake_dev', 'You must use Configure::write() to define cache configuration now.'),
E_USER_WARNING
);
}
Expand Down

0 comments on commit fbf401f

Please sign in to comment.