]> git.openstreetmap.org Git - nominatim.git/commitdiff
make phpcs happy
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 29 Oct 2020 10:36:16 +0000 (11:36 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 29 Oct 2020 10:36:16 +0000 (11:36 +0100)
lib/setup/SetupClass.php

index 7a4ef533e36f03191fcafe526eeca3e5207be392..fd31f0fe4143b834b2fbf63d693ad2f08b17eefc 100755 (executable)
@@ -728,8 +728,8 @@ if (file_exists(getenv('NOMINATIM_SETTINGS'))) require_once(getenv('NOMINATIM_SE
 @define('CONST_Term_Normalization_Rules', \"".CONST_Term_Normalization_Rules."\");
 @define('CONST_Use_Aux_Location_data', ".(CONST_Use_Aux_Location_data ? 'true' : 'false').");
 @define('CONST_Use_US_Tiger_Data', ".(CONST_Use_US_Tiger_Data ? 'true' : 'false').");
-@define('CONST_MapIcon_URL', ".(CONST_MapIcon_URL ? ("'".CONST_MapIcon_URL."'") : 'false').");
-");
+@define('CONST_MapIcon_URL', ".(CONST_MapIcon_URL ? ("'".CONST_MapIcon_URL."'") : 'false').');
+');
         info(CONST_InstallPath.'/settings/settings-frontend.php has been set up successfully');
     }