diff --git a/e107_handlers/shortcode_handler.php b/e107_handlers/shortcode_handler.php index 350a15725..0d709e56f 100644 --- a/e107_handlers/shortcode_handler.php +++ b/e107_handlers/shortcode_handler.php @@ -297,7 +297,7 @@ class e_parse_shortcode { // register instance directly to allow override $this->scClasses[$className] = new $className(); - $this->registerClassMethods($className); + $this->registerClassMethods($className, $path); return $this->scClasses[$className]; } }