Cache unread PM notices
This commit is contained in:
@@ -48,7 +48,7 @@ class Cache {
|
||||
}
|
||||
|
||||
// debug
|
||||
if ($data && $config['debug']) {
|
||||
if ($data !== false && $config['debug']) {
|
||||
$debug['cached'][] = $key;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user