2
0
forked from Wavyzz/dolibarr
This commit is contained in:
ldestailleur
2025-10-09 06:51:16 +02:00
parent cc1d3c431d
commit e78cb01ce6
2 changed files with 9 additions and 4 deletions

View File

@@ -169,7 +169,11 @@ if (dol_is_file($dolibarrdataroot.'/installmodules.lock')) {
$remotestore = new ExternalModules();
if ($mode == 'marketplace') {
// Make remote calls
$remotestore->loadRemoteSources();
$clearcache = 0;
if (GETPOSTINT('dol_resetcache')) {
dol_delete_file($remotestore->cache_file);
}
$remotestore->loadRemoteSources(false, $clearcache);
}
$object = new stdClass();