mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Clear xml errors in updater
This commit is contained in:
parent
9b423f3532
commit
b3c8e9ca32
1 changed files with 2 additions and 0 deletions
|
|
@ -177,6 +177,8 @@ class Updater extends BasicEmitter {
|
|||
$tmp['versionstring'] = (string)$data->versionstring;
|
||||
$tmp['url'] = (string)$data->url;
|
||||
$tmp['web'] = (string)$data->web;
|
||||
} else {
|
||||
libxml_clear_errors();
|
||||
}
|
||||
} else {
|
||||
$data = [];
|
||||
|
|
|
|||
Loading…
Reference in a new issue