mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 18:30:53 +02:00
Fix for lancheck failing due to ../ in the URL on plugin/theme folders.
This commit is contained in:
@@ -180,6 +180,7 @@ if(!empty($_GET['iframe']))
|
||||
{
|
||||
$this->loadPackInfo();
|
||||
$pref = e107::getPref();
|
||||
/** @var lancheck $lck */
|
||||
$lck = e107::getSingleton('lancheck', e_ADMIN."lancheck.php");
|
||||
|
||||
$lck->errorsOnly($pref['multilanguage_verify_errorsonly']);
|
||||
|
Reference in New Issue
Block a user