forked from leftypol/leftypol
Cache unread PM notices
This commit is contained in:
parent
d6a1f16555
commit
0f04117037
4 changed files with 45 additions and 11 deletions
|
@ -48,7 +48,7 @@ class Cache {
|
|||
}
|
||||
|
||||
// debug
|
||||
if ($data && $config['debug']) {
|
||||
if ($data !== false && $config['debug']) {
|
||||
$debug['cached'][] = $key;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue