Fixes
This commit is contained in:
parent
62c29c9415
commit
bb8bf4a048
@ -30,6 +30,7 @@ class CombinedUpdatesState
|
||||
if (!is_array($init)) {
|
||||
return;
|
||||
}
|
||||
$this->states[$channel] = new UpdatesState();
|
||||
foreach ($init as $channel => $state) {
|
||||
if (is_array($state)) {
|
||||
$state = new UpdatesState($state, $channel);
|
||||
|
Loading…
Reference in New Issue
Block a user