set error msg if extension list cannot be fetched

This commit is contained in:
Uwe Steinmann 2022-11-29 21:46:07 +01:00
parent 57ab966404
commit de61d9f1f3

View File

@ -660,6 +660,7 @@ class SeedDMS_Extension_Mgr {
}
file_put_contents($this->cachedir."/".self::repos_list_file, $file);
} else {
$this->errmsgs[] = 'Could not fetch cxtension list';
return false;
}
}