commit | 94b1f76780e4dbc67ff4b43a98f2cb4e23c01a29 | [log] [tgz] |
---|---|---|
author | vkeranov <vkeranov@gmail.com> | Sat Oct 27 18:19:59 2012 +0300 |
committer | vkeranov <vkeranov@gmail.com> | Sat Oct 27 18:19:59 2012 +0300 |
tree | 886aa151152e2e9866b84a40e74cda81ecd4753c | |
parent | 2b6b4300b36365bc060b1697e3f3c7088e6856e6 [diff] [blame] |
Style guide...
diff --git a/system/libraries/Cache/Cache.php b/system/libraries/Cache/Cache.php index ce71445..7ec2380 100644 --- a/system/libraries/Cache/Cache.php +++ b/system/libraries/Cache/Cache.php
@@ -103,7 +103,7 @@ } } - isset($config['key_prefix']) AND $this->key_prefix = $config['key_prefix']; + isset($config['key_prefix']) && $this->key_prefix = $config['key_prefix']; if (isset($config['backup']) && in_array('cache_'.$config['backup'], $this->valid_drivers)) {