constPATH_DOES_NOT_EXIST_OR_NO_ACCESS_MESSAGE="The path @path has been omitted from the XML sitemap as it either does not exist, or it is not accessible to anonymous users.";
constPATH_DOES_NOT_EXIST_OR_NO_ACCESS_MESSAGE="The custom path @path has been omitted from the XML sitemap as it either does not exist, or it is not accessible to anonymous users. You can review custom paths <a href='@custom_paths_url'>here</a>.";
constPROCESSING_PATH_MESSAGE='Processing path #@current out of @max: @path';
constREGENERATION_FINISHED_MESSAGE="The <a href='@url' target='_blank'>XML sitemap</a> has been regenerated for all languages.";
constREGENERATION_FINISHED_ERROR_MESSAGE='The sitemap generation finished with an error.';
...
...
@@ -169,7 +169,8 @@ class BatchUrlGenerator {
// todo: Change to different function, as this also checks if current user has access. The user however varies depending if process was started from the web interface or via cron/drush. Use getUrlIfValidWithoutAccessCheck()?