Cache unread PM notices

This commit is contained in:
Michael Save 2012-05-20 19:06:27 +10:00
parent d6a1f16555
commit 0f04117037
4 changed files with 45 additions and 11 deletions

View file

@ -48,7 +48,7 @@ class Cache {
}
// debug
if ($data && $config['debug']) {
if ($data !== false && $config['debug']) {
$debug['cached'][] = $key;
}