Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
xmlsitemap
Commits
56e0c2ad
Commit
56e0c2ad
authored
Dec 04, 2014
by
Dave Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2378467
: Fixed undefined $options['external'] when calling hook_url_outbound_alter().
parent
89774016
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
xmlsitemap.generate.inc
xmlsitemap.generate.inc
+1
-0
No files found.
xmlsitemap.generate.inc
View file @
56e0c2ad
...
...
@@ -44,6 +44,7 @@ function xmlsitemap_get_path_alias($path, $language) {
'absolute'
=>
FALSE
,
'alias'
=>
FALSE
,
'prefix'
=>
''
,
'external'
=>
FALSE
,
);
if
(
$language
!=
LANGUAGE_NONE
&&
isset
(
$aliases
[
$language
][
$path
]))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment