ix error in website module -> sitemap
This commit is contained in:
parent
57d637ac71
commit
0d70c81897
@ -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';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user