@@ -270,7 +270,7 @@ |
||
270 | 270 | // Gestion alias |
271 | 271 | if (!$this->isValidParamName($name)) { |
272 | 272 | // hack : 1 => "ouvrage collectif" |
273 | - $name = (string)$name; |
|
273 | + $name = (string) $name; |
|
274 | 274 | $this->log[] = "parameter $name not found"; |
275 | 275 | |
276 | 276 | // todo keep there |