23 $bInclude = @include($this->sFilePath);
26 'operation_title' =>
_t(
'_adm_txt_modules_operation_install', $this->_aConfig[
'title']),
27 'message' =>
'Language file parse error or such language already exists: ' . $this->sFileName,
34 return parent::install($aParams);
39 $aResult = parent::uninstall($aParams);
42 $bInclude = @include($this->sFilePath);
45 'operation_title' =>
_t(
'_adm_txt_modules_operation_install', $this->_aConfig[
'title']),
46 'message' =>
'Language file parse error: ' . $this->sFileName,
50 @unlink(CH_DIRECTORY_PATH_ROOT .
"langs/lang-{$LANG_INFO['Name']}.php");