mirror of
https://github.com/e107inc/e107.git
synced 2025-08-10 16:46:50 +02:00
Shortcode parser: batch class name fix
This commit is contained in:
@@ -285,6 +285,10 @@ class e_parse_shortcode
|
||||
$_class_fname = $overrideClass;
|
||||
$_class = 'plugin_'.$pluginName.'_'.$overrideClass;
|
||||
}
|
||||
elseif($pluginName)
|
||||
{
|
||||
$_class = 'plugin_'.$pluginName.'_'.$className;
|
||||
}
|
||||
|
||||
$path = ($pluginName ? e_PLUGIN.$pluginName.'/core/shortcodes/batch/' : e_CORE.'shortcodes/batch/').$_class_fname.'.php';
|
||||
|
||||
|
Reference in New Issue
Block a user