@@ -30,7 +30,7 @@ function xmlsitemap_requirements($phase) {
'severity'=>REQUIREMENT_ERROR,
'description'=>$t("The XML sitemap module requires you to enable the PHP extensions in the following list (see the <a href=\"@xmlsitemap_requirements\">module's system requirements page</a> for more information):",array(
$requirements['xmlsitemap_directory']['description']=$t('The following directories were not found or are not writable by the server. See <a href="@docpage">@docpage</a> for more information. @directories',array('@directories'=>drupal_render($items),'@docpage'=>'http://drupal.org/node/34025'));
$requirements['xmlsitemap_directory']['description']=$t('The following directories were not found or are not writable by the server. See <a href="@docpage">@docpage</a> for more information. @directories',array('@directories'=>\Drupal::service('renderer')->render($items),'@docpage'=>'http://drupal.org/node/34025'));
}
}
$sitemaps=xmlsitemap_sitemap_load_multiple();
...
...
@@ -298,7 +298,7 @@ function xmlsitemap_install() {