minor fix to avoid log messages

This commit is contained in:
fbsanchez 2019-07-09 12:02:07 +02:00
parent 297bd7c107
commit bd80e013f5
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ function pandora_session_write($session_id, $data)
if (is_ajax()) {
// Avoid session upadte while processing ajax responses - notifications.
if (get_parameter('check_new_notifications', false)) {
return false;
return true;
}
}