Skip to content
Snippets Groups Projects
Commit 011cd815 authored by catch's avatar catch
Browse files

Issue #2080699 by mrsinguyen: Remove Unused local variable $items from...

Issue #2080699 by mrsinguyen: Remove Unused local variable $items from /core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php.
parent 2c77a334
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -167,7 +167,6 @@ function updateFeedItems(Feed $feed, $expected_count = NULL) {
// Ensure we have the right number of items.
$result = db_query('SELECT iid FROM {aggregator_item} WHERE fid = :fid', array(':fid' => $feed->id()));
$items = array();
$feed->items = array();
foreach ($result as $item) {
$feed->items[] = $item->iid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment