1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +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

@@ -476,7 +476,7 @@ class e_parse_shortcode
}
else
{
e107::getDebug()->log("Couldn't Find Class '".$className."' OR 'plugin_".$className."'in <b>".$path."</b>");
e107::getDebug()->log("Found file: <b>".$path."</b> but couldn't Find Class <b>".$className."</b> OR <b>plugin_".$className."</b> inside.");
}
}
else