mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
set error msg if extension list cannot be fetched
This commit is contained in:
parent
57ab966404
commit
de61d9f1f3
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user