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