use cache even if SQL query result was empty
This commit is contained in:
parent
cccbffc42f
commit
b7cfd5d0e4
6
mod.php
6
mod.php
@ -320,10 +320,10 @@
|
||||
sprintf($config['file_page'], $post['thread']) . '#' . $match[1]
|
||||
: sprintf($config['file_page'], $match[1])) .
|
||||
'">$0</a>', $log['text']);
|
||||
|
||||
if($config['cache']['enabled'])
|
||||
cache::set($log_id, $log['text']);
|
||||
}
|
||||
|
||||
if($config['cache']['enabled'])
|
||||
cache::set($log_id, $log['text']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user