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

Removed some unused LANs. Cleaned up the deprecated LAN tool a little.

This commit is contained in:
Cameron
2021-02-11 12:29:16 -08:00
parent b0d10199b7
commit d985b830f4
5 changed files with 72 additions and 133 deletions

View File

@@ -214,7 +214,7 @@ class page_chapters_ui extends e_admin_ui
if($this->getAction() === 'list')
{
$this->fields['chapter_parent']['title'] = CUSLAN_56;
$this->fields['chapter_parent']['title'] = LAN_PARENT;
}
elseif(deftrue('e_DEBUG'))
{