mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Shortcode parser: batch class name fix again - just a bad day today
This commit is contained in:
@@ -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';
|
||||
|
Reference in New Issue
Block a user