1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

BC Fix for contact LANs.

This commit is contained in:
Cameron
2021-04-12 14:31:27 -07:00
parent 8f7ab86413
commit ee464286e0
2 changed files with 18 additions and 3 deletions

View File

@@ -25,8 +25,8 @@ class contact_front
{
$inc = $tp->leadingZeros($val,2);
$legacy = 'LAN_CONTACT_'.$inc;
$defs[$legacy] = 'LANCONTACT_'.$inc;
// $defs[$legacy] = 'LANCONTACT_'.$inc;
$defs['LANCONTACT_'.$inc] = 'LAN_CONTACT_'.$inc;
}
e107::getLanguage()->bcDefs($defs);