From 83d4098f557d9f0dd2c1d86e1dbc1d74b44a7a6d Mon Sep 17 00:00:00 2001 From: secretr Date: Tue, 26 Oct 2010 08:25:01 +0000 Subject: [PATCH] php warning removal --- e107_handlers/shortcode_handler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; } }