fix uninitialised rank variable when regrouping searches

This commit is contained in:
Sarah Hoffmann 2017-10-24 23:17:47 +02:00
parent 760807c5e0
commit 919b1b42fa

View File

@ -457,6 +457,7 @@ class Geocode
continue;
}
$iRank = $oSearch->getRank();
if (!isset($aGroupedSearches[$iRank])) {
$aGroupedSearches[$iRank] = array();
}