mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Shortcode parser: batch path fix - missing 'core' part
This commit is contained in:
@@ -286,7 +286,7 @@ class e_parse_shortcode
|
|||||||
$_class = 'plugin_'.$pluginName.'_'.$overrideClass;
|
$_class = 'plugin_'.$pluginName.'_'.$overrideClass;
|
||||||
}
|
}
|
||||||
|
|
||||||
$path = ($pluginName ? e_PLUGIN.$pluginName.'/shortcodes/batch/' : e_CORE.'shortcodes/batch/').$_class_fname.'.php';
|
$path = ($pluginName ? e_PLUGIN.$pluginName.'/core/shortcodes/batch/' : e_CORE.'shortcodes/batch/').$_class_fname.'.php';
|
||||||
|
|
||||||
if (is_readable($path))
|
if (is_readable($path))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user