mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/11103] Code cleanup
PHPBB3-11103
This commit is contained in:
@@ -231,7 +231,7 @@ class phpbb_notification_manager
|
||||
return;
|
||||
}
|
||||
|
||||
$time = ($time) ?: time();
|
||||
$time = ($time !== false) ? $time : time();
|
||||
|
||||
$sql = 'UPDATE ' . NOTIFICATIONS_TABLE . "
|
||||
SET unread = 0
|
||||
|
Reference in New Issue
Block a user