Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
X
xmlsitemap
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Custom Issue Tracker
Custom Issue Tracker
Labels
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
project
xmlsitemap
Commits
76b41cf3
Commit
76b41cf3
authored
Sep 28, 2017
by
RenatoG
Committed by
RenatoG
Sep 28, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2912486
by RenatoG: Fix typo in project
parent
618583ed
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
xmlsitemap.pages.inc
xmlsitemap.pages.inc
+1
-1
xmlsitemap.test
xmlsitemap.test
+1
-1
No files found.
xmlsitemap.pages.inc
View file @
76b41cf3
...
...
@@ -119,7 +119,7 @@ function xmlsitemap_file_transfer($uri, $headers) {
print
fread
(
$fd
,
1024
*
16
);
}
fclose
(
$fd
);
// Disable session manipulation if PHP transfered a file.
// Disable session manipulation if PHP transfer
r
ed a file.
drupal_save_session
(
FALSE
);
}
else
{
...
...
xmlsitemap.test
View file @
76b41cf3
...
...
@@ -385,7 +385,7 @@ class XMLSitemapTestHelper extends DrupalWebTestCase {
* Format a watchdog message in a one-line summary.
*
* @param object $message
* A watchdog mess
s
age object.
* A watchdog message object.
*
* @return string
* A string containing the watchdog message's timestamp, severity, type,
...
...
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