From 34917b56605a5dcae29503b538e1c5df6beba6d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 25 Feb 2013 08:12:12 +0000 Subject: [PATCH] Opps :( --- application/hub/main/registry/socket/class_SocketRegistry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/hub/main/registry/socket/class_SocketRegistry.php b/application/hub/main/registry/socket/class_SocketRegistry.php index e9498c579..a293fb06c 100644 --- a/application/hub/main/registry/socket/class_SocketRegistry.php +++ b/application/hub/main/registry/socket/class_SocketRegistry.php @@ -206,7 +206,7 @@ class SocketRegistry extends BaseRegistry implements Register, RegisterableSocke // Does the instance exist? if (!$this->isProtocolRegistered($protocolInstance)) { // No, not found so we create a sub registry (not needed to configure!) - $registryInstance = SubREGISTRY[' . __LINE__ . ']::createSubRegistry(); + $registryInstance = SubRegistry::createSubRegistry(); // Now we can create the sub-registry for this protocol $this->addInstance($this->getRegistryKeyFromProtocol($protocolInstance), $registryInstance); -- 2.39.5