If you want to fix it before 3.3.0 release, please fallow instructions:
- Go to Admin CP -> Plugins & products -> Plugin Manager
- Find and go to plugin: "Add default language info into member description"
- Change hook to "member_execute_start"
- Change plugin body to code below and save
PHP Code:
if ($userinfo['vbet_def_lang']) {
require_once(DIR. '/includes/vbenterprisetranslator_functions_url.php');
$vbulletin->templatecache['postbit_onlinestatus'] .= '<img src=\"images/vbet/flags/'
.$userinfo['vbet_def_lang'].'.gif\" alt=\"'
.$vbphrase['vbenterprisetranslator_default_language'].vbet_getLanguage($userinfo['vbet_def_lang']).'\" border=\"0\"/>';
}