Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
771b0b62
Commit
771b0b62
authored
Jan 02, 2014
by
Alex Pott
Browse files
Issue
#2153311
by amateescu: AggregatorController doesn't need to use url_generator directly.
parent
dc2ef49e
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php
View file @
771b0b62
...
...
@@ -228,7 +228,7 @@ public function sources() {
->
viewMultiple
(
$items
,
'summary'
);
}
}
$feed
->
url
=
$this
->
url
Generator
()
->
generateFromRoute
(
'aggregator.feed_view'
,
array
(
'aggregator_feed'
=>
$feed
->
id
()));
$feed
->
url
=
$this
->
url
(
'aggregator.feed_view'
,
array
(
'aggregator_feed'
=>
$feed
->
id
()));
$build
[
$feed
->
id
()]
=
array
(
'#theme'
=>
'aggregator_summary_items'
,
'#summary_items'
=>
$summary_items
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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