mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-22 19:32:04 +01:00
7.4 compatibility
This commit is contained in:
parent
58c2f095dc
commit
6606c182b5
@ -196,7 +196,7 @@ function modLog(string $action, ?string $_board = null): void {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function create_pm_header(): mixed {
|
function create_pm_header() {
|
||||||
global $mod, $config;
|
global $mod, $config;
|
||||||
|
|
||||||
if ($config['cache']['enabled'] && ($header = cache::get('pm_unread_' . $mod['id'])) != false) {
|
if ($config['cache']['enabled'] && ($header = cache::get('pm_unread_' . $mod['id'])) != false) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user