fix
This commit is contained in:
parent
dc34903d33
commit
b461a69197
2
docs
2
docs
@ -1 +1 @@
|
|||||||
Subproject commit 9a873608310b43395032755c35bbdf17d35e23d7
|
Subproject commit fe346258733323e5173e674f15059dea1a1eb880
|
@ -57,7 +57,7 @@ class TempAuthKey extends AuthKey implements JsonSerializable
|
|||||||
if (isset($old['expires'])) {
|
if (isset($old['expires'])) {
|
||||||
$this->expires($old['expires']);
|
$this->expires($old['expires']);
|
||||||
}
|
}
|
||||||
if (isset($old['connection_inited'])) {
|
if (isset($old['connection_inited']) && $old['connection_inited']) {
|
||||||
$this->init($old['connection_inited']);
|
$this->init($old['connection_inited']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user