mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 05:01:43 +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);
|
file_put_contents($this->cachedir."/".self::repos_list_file, $file);
|
||||||
} else {
|
} else {
|
||||||
|
$this->errmsgs[] = 'Could not fetch cxtension list';
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user