From 9e8d238894b60ec04e9db60f78a7e354afc95607 Mon Sep 17 00:00:00 2001
From: Cameron <cameron@e107coders.org>
Date: Sat, 1 Jun 2013 14:08:42 -0700
Subject: [PATCH] Added uncommitted comment.

---
 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 c717f444e..dd82ce0ef 100644
--- a/e107_handlers/shortcode_handler.php
+++ b/e107_handlers/shortcode_handler.php
@@ -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)