From edc181f932fe9e67cf8bb7ef0cd6af0f6d8da0f3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 24 Apr 2010 01:08:28 +0000 Subject: [PATCH] Other naming convention... --- inc/classes/main/registry/socket/class_SocketRegistry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/classes/main/registry/socket/class_SocketRegistry.php b/inc/classes/main/registry/socket/class_SocketRegistry.php index 5ff37b9c..a1eea99f 100644 --- a/inc/classes/main/registry/socket/class_SocketRegistry.php +++ b/inc/classes/main/registry/socket/class_SocketRegistry.php @@ -43,7 +43,7 @@ class SocketRegistry extends BaseRegistry implements Register { * * @return $registryInstance Instance of this class */ - public final static function getRegistry () { + public final static function createSocketRegistry () { // Is an instance there? if (is_null(self::$registryInstance)) { // Not yet, so create one -- 2.30.2