mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Online Menu upgrades.
This commit is contained in:
@@ -430,6 +430,12 @@ class e_parse_shortcode
|
||||
echo "<div class='alert alert-danger'>Couldn't Load: <b>".$path."</b> with class-name:<b> {$className}</b> and pluginName <b>{$pluginName}</b></div>";
|
||||
}
|
||||
}
|
||||
elseif(E107_DBG_INCLUDES)
|
||||
{
|
||||
// echo "<h3>Couldn't Find Class '".$className."' in <b>".$path."</b></h3>";
|
||||
}
|
||||
|
||||
e107::getDebug()->log( "<div class='alert alert-danger'>Couldn't Load: <b>".$path."</b> with class-name:<b> {$className}</b> and pluginName <b>{$pluginName}</b></div>");
|
||||
|
||||
|
||||
// TODO - throw exception?
|
||||
|
Reference in New Issue
Block a user