diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-12 11:47:45 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-12 11:47:45 +0200 |
commit | 413df054ad3235c59c24e897b616c569adc4f67b (patch) | |
tree | b556cc29c8e9d4adf608c349bba53d3d21c51908 /program/include/rcube_cache.php | |
parent | a7b32b61e685d32f8f101a854b6a3ba38d329677 (diff) |
CS fixes (mostly tab -> spaces)
Diffstat (limited to 'program/include/rcube_cache.php')
-rw-r--r-- | program/include/rcube_cache.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/program/include/rcube_cache.php b/program/include/rcube_cache.php index cdb1dd52f..4e60deaff 100644 --- a/program/include/rcube_cache.php +++ b/program/include/rcube_cache.php @@ -254,7 +254,7 @@ class rcube_cache } else if ($this->type == 'apc') { $data = apc_fetch($this->ckey($key)); - } + } if ($data) { $md5sum = md5($data); @@ -294,7 +294,7 @@ class rcube_cache } $this->cache[$key] = $data; - $this->cache_sums[$key] = $md5sum; + $this->cache_sums[$key] = $md5sum; } else { $this->cache[$key] = null; |