]> git.openstreetmap.org Git - nominatim.git/blobdiff - utils/specialphrases.php
adapt warm.php to new Result objects
[nominatim.git] / utils / specialphrases.php
index 40fd37500978c3cfe9d6291670fa4ca8e138c15d..cb237be6d74cd7478e1842c37bdc327ecfe50997 100644 (file)
@@ -14,7 +14,7 @@ $aCMDOptions
   );
 getCmdOpt($_SERVER['argv'], $aCMDOptions, $aCMDResult, true, true);
 
-include(CONST_InstallPath.'/settings/phrase_settings.php');
+include(CONST_Phrase_Config);
 
 if ($aCMDResult['wiki-import']) {
     $oNormalizer = Transliterator::createFromRules(CONST_Term_Normalization_Rules);