OK - izdajo ugotovila in popravljena. To bo vključena v naslednjem javnost.
Za hitro popraviti prosim:
1. Odpri / Includes / vbenterprisetranslator_class_translator.php
2. Najdi:
PHP Code:
return vbet_translateEncodedText($toTranslate, $this->realFrom, $this->realTo, $serie, $this);
3. Zamenjajte z:
PHP Code:
return vbet_translateEncodedText($toTranslate, $this->from, $this->to, $serie, $this);
4. Najdi:
PHP Code:
return vbet_translateEncodedText(substr($toTranslate, 0, $point), $this->realFrom, $this->realTo, $serie, $this)
5. Zamenjajte z:
PHP Code:
return vbet_translateEncodedText(substr($toTranslate, 0, $point), $this->from, $this->to, $serie, $this)