]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/Shell.php
always use object type for details keywords
[nominatim.git] / lib-php / Shell.php
index 52a7d8fbe2e5897b1f7401982ed3753f31e95c38..b43db135c95ada03aa61b4a677cc0d560fb080e1 100644 (file)
@@ -48,7 +48,7 @@ class Shell
         return join(' ', $aEscaped);
     }
 
-    public function run($bExitOnFail = False)
+    public function run($bExitOnFail = false)
     {
         $sCmd = $this->escapedCmd();
         // $aEnv does not need escaping, proc_open seems to handle it fine