program/lib/Roundcube/rcube_cache_shared.php
@@ -655,7 +655,7 @@ */ private function debug($type, $key, $data = null, $result = null) { $line = strtoupper($type) . ' ' . $key; $line = '[' . (++$this->debug_count) . '] ' . strtoupper($type) . ' ' . $key; if ($data !== null) { $line .= ' ' . ($this->packed ? $data : serialize($data));