mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
php warning removal
This commit is contained in:
@@ -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];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user