Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
2e8e54ae
Commit
2e8e54ae
authored
Jul 27, 2006
by
drumm
Browse files
#61433
by bozo, fix some logic around the GUID addition.
parent
b6ee7cef
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/aggregator/aggregator.module
View file @
2e8e54ae
...
...
@@ -859,12 +859,12 @@ function aggregator_parse_feed(&$data, $feed) {
if
(
$item
[
'LINK'
])
{
$link
=
$item
[
'LINK'
];
}
if
(
$item
[
'GUID'
])
{
$guid
=
$item
[
'GUID'
];
}
else
{
$link
=
$feed
[
'link'
];
}
if
(
$item
[
'GUID'
])
{
$guid
=
$item
[
'GUID'
];
}
/**
* Atom feeds have a CONTENT and/or SUMMARY tag instead of a DESCRIPTION tag
...
...
Write
Preview
Supports
Markdown
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