fix error output

This commit is contained in:
Sarah Hoffmann 2013-07-04 17:52:25 +02:00
parent d5e9fc4a03
commit 3ccf466e2f

View File

@ -107,7 +107,7 @@
$aPlace = $oDB->getRow($sSQL);
if (PEAR::IsError($aPlace))
{
failInternalError("Could not determine closest place.", $sSQL, $iPlaceID);
failInternalError("Could not determine closest place.", $sSQL, $aPlace);
}
$iPlaceID = $aPlace['place_id'];
$iParentPlaceID = $aPlace['parent_place_id'];