@@ -127,9 +127,7 @@ |
||
| 127 | 127 | |
| 128 | 128 | if ($this->translator == 'apertium') { |
| 129 | 129 | return $this->apertiumTrans(); |
| 130 | - } |
|
| 131 | - |
|
| 132 | - elseif ($this->translator == 'mymemory') { |
|
| 130 | + } elseif ($this->translator == 'mymemory') { |
|
| 133 | 131 | return $this->mymemoryTrans(); |
| 134 | 132 | } |
| 135 | 133 | |