1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 21:57:34 +02:00

Language help file tests.

This commit is contained in:
Cameron
2021-01-14 11:10:21 -08:00
parent 7279e0273e
commit 3a166c253b
2 changed files with 2 additions and 25 deletions

View File

@@ -10,6 +10,6 @@
if (!defined('e107_INIT')) { exit; }
$text = WMLAN_13 ;
$ns -> tablerender( WMLAN_12, $text);
$text = defset('WMLAN_13');
$ns -> tablerender( defset('WMLAN_12'), $text);