ix error in website module -> sitemap

This commit is contained in:
lmarcouiller 2021-07-30 15:16:38 +02:00
parent 57d637ac71
commit 0d70c81897

View File

@ -2326,7 +2326,7 @@ if ($action == 'generatesitemaps' && $usercanedit) {
$domainname = $objp->virtualhost;
}
if (! preg_match('/^http/i', $domainname)) {
$domainname .= 'https://'.$domainname;
$domainname = 'https://'.$domainname;
}
//$pathofpage = $dolibarr_main_url_root.'/'.$pageurl.'.php';