1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 21:27:25 +02:00

Shortcode parser: batch class name fix again - just a bad day today

This commit is contained in:
secretr
2010-04-26 13:47:12 +00:00
parent 9a3355f733
commit d026ec91ab

View File

@@ -288,6 +288,7 @@ class e_parse_shortcode
elseif($pluginName)
{
$_class = 'plugin_'.$pluginName.'_'.$className;
$className = $_class;
}
$path = ($pluginName ? e_PLUGIN.$pluginName.'/core/shortcodes/batch/' : e_CORE.'shortcodes/batch/').$_class_fname.'.php';