Skip to content

Commit

Permalink
Fixed some errors in the language manager
Browse files Browse the repository at this point in the history
  • Loading branch information
dengenxp committed Oct 21, 2016
1 parent fde470e commit 066f2ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion system/classes/language.class.php
Expand Up @@ -295,7 +295,7 @@ public static function adminShowList()
);
$textArray = array(
'has_extras' => true,
'title' => $LANG_LANG['language_editor'],
'form_url' => $_CONF['site_admin_url'] . '/language.php',
);
$queryArray = array(
'sql' => "SELECT * FROM {$_TABLES['language_items']} ",
Expand All @@ -320,6 +320,7 @@ public static function adminShowList()
'language_items', __CLASS__ . '::fieldFunction', $headerArray, $textArray,
$queryArray, $defaultSortArray, $filter, $extra, $options, $formArray, true, $pageNavUrl
);
$content .= COM_endBlock(COM_getBlockTemplate('_admin_block', 'footer'));
$display = COM_createHTMLDocument($content, array('pagetitle' => $LANG_LANG['language_editor']));
COM_output($display);
}
Expand Down

0 comments on commit 066f2ed

Please sign in to comment.