1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 15:46:44 +02:00

Move ternary variable logic out of LAN file.

This commit is contained in:
Arun S. Sekher
2019-02-03 20:18:03 +04:00
parent f934976ac5
commit 4ad7dc63c8
2 changed files with 3 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ if ((isset($_POST['chat_submit']) || e_AJAX_REQUEST) && $_POST['cmessage'] !== '
$emessage = CHATBOX_L15;
}
} else {
$emessage = CHATBOX_L19;
$emessage = $tp->lanVars(CHATBOX_L19, FLOODPROTECT ?: 'n/a');
}
}
}