@@ -59,7 +59,7 @@ |
||
| 59 | 59 | |
| 60 | 60 | switch ($action) { |
| 61 | 61 | case 'get': |
| 62 | - $return = (isset($this->info[$property]))? |
|
| 62 | + $return = (isset($this->info[$property])) ? |
|
| 63 | 63 | $this->info[$property] : null; |
| 64 | 64 | break; |
| 65 | 65 | |