1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

remove duplication

This commit is contained in:
Lóna Lore
2015-05-08 08:47:22 +02:00
parent c0c06e292f
commit 7eedeb8237
2 changed files with 2 additions and 2 deletions

View File

@@ -1412,7 +1412,7 @@ function zip_up_lang($language)
$ret['error'] = TRUE;
$ret['message'] = (defined("LANG_LAN_29")) ? LANG_LAN_29 : LANG_LAN_117;
$ret['message'] .= "<br />";
$ret['message'] .= (defined('LANG_LAN_27')) ? LANG_LAN_27 : LANG_LAN_118;
$ret['message'] .= (defined('LANG_LAN_27')) ? LANG_LAN_27 : LANG_LAN_116;
return $ret;
}