Skip to content
Snippets Groups Projects
Commit d7f28118 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #43264 change used url from root to domain

parent 51a5de8a
Branches
Tags
1 merge request!1673Hotline#43264 batch sitemap error
......@@ -30,7 +30,7 @@ class Class_Batch_BuildSiteMap extends Class_Batch_Abstract {
public function run() {
$router = Zend_Controller_Front::getInstance()->getRouter();
$router->route(new ZendAfi_Controller_Request_Http(Zend_Uri_Http::fromString(Class_Url::rootUrl())));
$router->route(new ZendAfi_Controller_Request_Http(Zend_Uri_Http::fromString(Class_AdminVar::get('NOM_DOMAINE'))));
$sitemap = new Class_Sitemap();
$profiles = $this->sitemapProfiles();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment