Skip to content
Snippets Groups Projects

Issue #3190511 by DuneBL, bluegeek9: Trying to access array offset on value of...

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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;
}
}
Loading