From a00487b0b841c4b15463b591c7f62176c4b84d15 Mon Sep 17 00:00:00 2001 From: Thomas Steur Date: Tue, 30 Sep 2014 07:37:32 +0200 Subject: coding style fixes, some PHPStorm inspection fixes, improved readability of code, few refactorings, all as part of our code cleanup strategy --- core/RankingQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/RankingQuery.php') diff --git a/core/RankingQuery.php b/core/RankingQuery.php index f40ae1273e..f44845f075 100644 --- a/core/RankingQuery.php +++ b/core/RankingQuery.php @@ -215,7 +215,7 @@ class RankingQuery public function execute($innerQuery, $bind = array()) { $query = $this->generateQuery($innerQuery); - $data = Db::fetchAll($query, $bind); + $data = Db::fetchAll($query, $bind); if ($this->columnToMarkExcludedRows !== false) { // split the result into the regular result and the rows with special treatment -- cgit v1.2.3