Completed
Push — master ( 3f13be...b95a67 )
by Aitor Riba
02:00
created
src/Builder/Translation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.