We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91aab31 commit 285ae7cCopy full SHA for 285ae7c
1 file changed
typerocket/plugin/Updater.php
@@ -135,8 +135,9 @@ public function update($transient)
135
if ($remote = $this->getApiJsonResponseBody()) {
136
137
$locate = $this->getData('locate');
138
+ $version = $transient->checked[$locate] ?? null;
139
- if (!$version = $transient->checked[$locate]) {
140
+ if (!$version) {
141
return $transient;
142
}
143
0 commit comments