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