@@ -118,7 +118,7 @@ |
||
| 118 | 118 | if ($this->debug === true) { |
| 119 | 119 | $this->translation = "<font style='color:#00CC00;'>Translation loaded from DB</font>"; |
| 120 | 120 | } else { |
| 121 | - $this->translation = utf8_decode($existing[0]->translation); |
|
| 121 | + $this->translation = utf8_decode($existing[ 0 ]->translation); |
|
| 122 | 122 | } |
| 123 | 123 | |
| 124 | 124 | return true; |