Merge branch 'ent-7703-error-en-update-manager-online-en-open' into 'develop'
Avoid using old data when parsing progress See merge request artica/pandorafms!4206
This commit is contained in:
commit
b64f15e4d7
|
@ -2239,6 +2239,11 @@ class Client
|
|||
return [];
|
||||
}
|
||||
|
||||
if (is_array($progress) === false) {
|
||||
// Old data.
|
||||
return [];
|
||||
}
|
||||
|
||||
return $progress;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue