]> git.openstreetmap.org Git - nominatim.git/commitdiff
make phpcs happy
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 2 Feb 2021 10:15:56 +0000 (11:15 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 2 Feb 2021 10:15:56 +0000 (11:15 +0100)
lib/setup/SetupClass.php

index f430b6c9b5af2e39cf58765193ca0866976de06d..e618752c4084be491db79c93f15f87c3e13c54c5 100755 (executable)
@@ -156,7 +156,7 @@ class SetupFunctions
                 chmod($sDest.'/nominatim.so', 0755);
                 info("Database module installed at $sDest.");
             } else {
-                info("Running from build directory. Leaving database module as is.");
+                info('Running from build directory. Leaving database module as is.');
             }
         }
         // Try accessing the C module, so we know early if something is wrong