]> git.mxchange.org Git - hub.git/commitdiff
Opps :(
authorRoland Häder <roland@mxchange.org>
Mon, 25 Feb 2013 08:12:12 +0000 (08:12 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 25 Feb 2013 08:12:12 +0000 (08:12 +0000)
application/hub/main/registry/socket/class_SocketRegistry.php

index e9498c579b0b3aa5456167da367c43ed7286bc8d..a293fb06cf3f5b16bffde44ee427cfd765fcd800 100644 (file)
@@ -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);