@@ -348,7 +348,7 @@ |
||
348 | 348 | public function isOK(&$msg = null) |
349 | 349 | { |
350 | 350 | if (!$this->isTSimpleIdentifierValid($this->name)) { |
351 | - $msg = "Name(" . $this->name . ") must be a valid TSimpleIdentifier " . __FILE__ . ":" . __LINE__; |
|
351 | + $msg = "Name(".$this->name.") must be a valid TSimpleIdentifier ".__FILE__.":".__LINE__; |
|
352 | 352 | return false; |
353 | 353 | } |
354 | 354 |