@@ -156,7 +156,9 @@ |
||
156 | 156 | } |
157 | 157 | |
158 | 158 | public function debout($message, $color = "white") { |
159 | - if (!$this->verboseMode) return false; |
|
159 | + if (!$this->verboseMode) { |
|
160 | + return false; |
|
161 | + } |
|
160 | 162 | if ($color != "white" and $color != "") { |
161 | 163 | $CLIcolors = array( |
162 | 164 | "cyan" => "0;36", |