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
30e9e056
Commit
30e9e056
authored
Dec 26, 2005
by
Dries
Browse files
- Patch
#42294
by Cvbge: feed title not logged correctly.
parent
6c2f3e79
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/aggregator.module
View file @
30e9e056
...
...
@@ -441,8 +441,8 @@ function aggregator_refresh($feed) {
cache_clear_all
();
watchdog
(
'aggregator'
,
t
(
'There is new syndicated content from %site.'
,
array
(
'%site'
=>
theme
(
'placeholder'
,
$feed
[
'
#
title'
]))));
drupal_set_message
(
t
(
'There is new syndicated content from %site.'
,
array
(
'%site'
=>
theme
(
'placeholder'
,
$feed
[
'
#
title'
]))));
watchdog
(
'aggregator'
,
t
(
'There is new syndicated content from %site.'
,
array
(
'%site'
=>
theme
(
'placeholder'
,
$feed
[
'title'
]))));
drupal_set_message
(
t
(
'There is new syndicated content from %site.'
,
array
(
'%site'
=>
theme
(
'placeholder'
,
$feed
[
'title'
]))));
}
break
;
default
:
...
...
modules/aggregator/aggregator.module
View file @
30e9e056
...
...
@@ -441,8 +441,8 @@ function aggregator_refresh($feed) {
cache_clear_all
();
watchdog
(
'aggregator'
,
t
(
'There is new syndicated content from %site.'
,
array
(
'%site'
=>
theme
(
'placeholder'
,
$feed
[
'
#
title'
]))));
drupal_set_message
(
t
(
'There is new syndicated content from %site.'
,
array
(
'%site'
=>
theme
(
'placeholder'
,
$feed
[
'
#
title'
]))));
watchdog
(
'aggregator'
,
t
(
'There is new syndicated content from %site.'
,
array
(
'%site'
=>
theme
(
'placeholder'
,
$feed
[
'title'
]))));
drupal_set_message
(
t
(
'There is new syndicated content from %site.'
,
array
(
'%site'
=>
theme
(
'placeholder'
,
$feed
[
'title'
]))));
}
break
;
default
:
...
...
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