@@ -47,8 +47,8 @@ |
||
| 47 | 47 | case 'php': |
| 48 | 48 | $translations = include $filename; |
| 49 | 49 | if (is_array($translations)) { |
| 50 | - $this->translations = $translations; |
|
| 51 | - } |
|
| 50 | + $this->translations = $translations; |
|
| 51 | + } |
|
| 52 | 52 | break; |
| 53 | 53 | } |
| 54 | 54 | } |