1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

BC Fixes for some old plugins.

This commit is contained in:
Cameron
2017-12-11 17:11:22 -08:00
parent a77b06881a
commit ca5f33655b
6 changed files with 25 additions and 16 deletions

View File

@@ -468,7 +468,7 @@ class e_parse_shortcode
}
else
{
e107::getDebug()->log("Couldn't Find Class '".$className."' in <b>".$path."</b>");
e107::getDebug()->log("File not available: <i>".$path."</i>. Couldn't Find Class '".$className."' in <b>".$path."</b>");
}
// 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>");