सही. 3.3.2 में शामिल किया जाएगा
जल्दी ठीक कर के लिए परती इस निर्देश के लिए कृपया:
1. फ़ाइल खोलें / / Vbenterprisetranslator_class_externalParser.php शामिल
2. कोड खोजें:
3. में यह पहली पंक्ति बदलें:PHP Code:
$this->outputResult[$this->index] .= $toTranslate;
if (false === $cdata) {
$this->outputResult[$this->index] .= ']]>';
}
return false;
PHP Code:
$this->outputResult[$this->index] .= vbet_getReEncoded($toTranslate);