]> git.mxchange.org Git - hub.git/commitdiff
Opps, fix for parser error
authorRoland Häder <roland@mxchange.org>
Sun, 21 Jul 2013 21:49:51 +0000 (21:49 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 21 Jul 2013 21:49:51 +0000 (21:49 +0000)
application/hub/main/database/wrapper/node/class_NodeDistributedHashTableDatabaseWrapper.php

index 2ffcea51447223822660a0c477e9ac357a816d22..1077015915bf9bdb3267a36e7cd192b08bc543b8 100644 (file)
@@ -284,7 +284,6 @@ class NodeDistributedHashTableDatabaseWrapper extends BaseDatabaseWrapper implem
                // Return registration status
                return $isRegistered;
        }
-}
 
        /**
         * Registers a node with given data in the DHT. If the node is already
@@ -310,6 +309,7 @@ class NodeDistributedHashTableDatabaseWrapper extends BaseDatabaseWrapper implem
        public function updateNode (array $nodeData) {
                $this->partialStub('nodeData=' . print_r($nodeData, TRUE));
        }
+}
 
 // [EOF]
 ?>