1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Fixed error in {XURL_ICONS} shortcode. Added a test. Fixed some warnings in the admin/language page.

This commit is contained in:
Cameron
2021-01-25 17:57:34 -08:00
parent ef8844b019
commit 76dbd4469e
5 changed files with 41 additions and 12 deletions

View File

@@ -179,11 +179,11 @@ if(!empty($_GET['iframe']))
function ToolsPage()
{
$this->loadPackInfo();
$pref = e107::getPref();
$pref = e107::getPref('multilanguage_verify_errorsonly', false);
/** @var lancheck $lck */
$lck = e107::getSingleton('lancheck', e_ADMIN."lancheck.php");
$lck->errorsOnly($pref['multilanguage_verify_errorsonly']);
$lck->errorsOnly($pref);
// show_packs();
if($return = $lck->init())