Merge pull request #18299 from Hystepik/develop_v14#3
Fix error in website module -> sitemap v14
This commit is contained in:
commit
6f5e412bd5
@ -2326,7 +2326,7 @@ if ($action == 'generatesitemaps' && $usercanedit) {
|
|||||||
$domainname = $objp->virtualhost;
|
$domainname = $objp->virtualhost;
|
||||||
}
|
}
|
||||||
if (! preg_match('/^http/i', $domainname)) {
|
if (! preg_match('/^http/i', $domainname)) {
|
||||||
$domainname .= 'https://'.$domainname;
|
$domainname = 'https://'.$domainname;
|
||||||
}
|
}
|
||||||
//$pathofpage = $dolibarr_main_url_root.'/'.$pageurl.'.php';
|
//$pathofpage = $dolibarr_main_url_root.'/'.$pageurl.'.php';
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user