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:
@@ -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())
|
||||
|
Reference in New Issue
Block a user