mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 12:41:51 +02:00
Added uncommitted comment.
This commit is contained in:
parent
7c80fc6aad
commit
9e8d238894
@ -388,7 +388,7 @@ class e_parse_shortcode
|
||||
{
|
||||
// register instance directly to allow override
|
||||
$this->scClasses[$className] = new $className(); // located inside registerClassMethods()
|
||||
// $this->registerClassMethods($className, $path);
|
||||
// $this->registerClassMethods($className, $path); // XXX Global registration should happen separately - here we want only the object.
|
||||
return $this->scClasses[$className];
|
||||
}
|
||||
elseif(E107_DBG_BBSC || E107_DBG_SC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user