1
0
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:
Cameron
2020-12-30 10:11:04 -08:00
parent 710394273c
commit b5ff8c76f7
3 changed files with 25 additions and 5 deletions

View File

@@ -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']);