]> git.openstreetmap.org Git - nominatim.git/commitdiff
add logEnd to reverse.php, just like search.php
authormarc tobias <mtmail@gmx.net>
Tue, 26 Feb 2019 14:03:40 +0000 (15:03 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 27 Feb 2019 19:22:50 +0000 (20:22 +0100)
website/reverse.php

index 0ba1771474512b7255a2e0cc1e640421786552ec..51a8e904a6201b23c4332f2889ca32d4bbb8abc2 100644 (file)
@@ -66,6 +66,7 @@ if (isset($aPlace)) {
     $aPlace = array();
 }
 
+logEnd($oDB, $hLog, count($aPlace) ? 1 : 0);
 
 if (CONST_Debug) {
     var_dump($aPlace);