]> git.mxchange.org Git - hub.git/commitdiff
Opps, missed this :(
authorRoland Häder <roland@mxchange.org>
Fri, 8 Feb 2013 14:59:43 +0000 (14:59 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 8 Feb 2013 14:59:43 +0000 (14:59 +0000)
application/hub/main/tools/class_HubTools.php

index 413d2fcd3bbeb722b99263a25eb4b241b7f61d68..ede037985d5386700d275cdd282010366b4815f2 100644 (file)
@@ -133,12 +133,11 @@ class HubTools extends BaseHubSystem {
         * Resolves given session id into an ip:port combination, if ip:port is set, it won't be translated
         *
         * @param       $sessionId      Session id or ip:port combination
-        * @param       $protocol       Name of the used protocol (TCP/UDP)
         * @return      $recipient      Recipient as ip:port combination
         * @throws      InvalidSessionIdException       If the provided session id is invalid (and no ip:port combination)
         * @throws      NoValidHostnameException        If the provided hostname cannot be resolved into an IP address
         */
-       public static function resolveSessionId ($sessionId, $protocol) {
+       public static function resolveSessionId ($sessionId) {
                // Get an own instance
                $selfInstance = self::getSelfInstance();