Skip to content

Commit

Permalink
remove accidental VarDumper
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzmg committed Jul 5, 2019
1 parent 835f476 commit 9148ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/modules/news_sorting/classes/NewsSorting.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function newsListFetchItems($newsArchives, $featured, $limit, $offset, Mo
default:
$order .= "$t.date DESC";
}
\Symfony\Component\VarDumper\VarDumper::dump($order);

$collection = \NewsModel::findPublishedByPids($newsArchives, $featured, $limit, $offset, ['order' => $order]);

if (null !== $collection && 'order_random_date_desc' === $module->news_sorting)
Expand Down

0 comments on commit 9148ca0

Please sign in to comment.