Skip to content
Snippets Groups Projects
Commit ea0ec522 authored by Steven Ayers's avatar Steven Ayers
Browse files

Issue #3190511 by DuneBL: Trying to access array offset on value of type bool...

Issue #3190511 by DuneBL: Trying to access array offset on value of type bool in Drupal\message_subscribe\Subscribers->sendMessage() 
parent 61dbe10b
Branches
Tags
1 merge request!16Issue #3190511 by DuneBL, bluegeek9: Trying to access array offset on value of...
Pipeline #42329 failed
......@@ -245,7 +245,7 @@ class Subscribers implements SubscribersInterface {
]);
// Check we didn't timeout.
if ($use_queue && $subscribe_options['queue']['end time'] && time() < $subscribe_options['queue']['end time']) {
if ($use_queue && $subscribe_options['end time'] && time() < $subscribe_options['end time']) {
continue 2;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment