]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tasks/hub/class_HubSelfConnectTask.php
Many classes/interfaces added/continued:
[hub.git] / application / hub / main / tasks / hub / class_HubSelfConnectTask.php
index 624744ed250c610be6c82524b606ee828cac7015..1700db1ffb1f8f898c8653c0af3c00509e8f123c 100644 (file)
@@ -63,7 +63,8 @@ class HubSelfConnectTask extends BaseTask implements Taskable, Visitable {
         * @return      void
         */
        public function executeTask () {
-               $this->partialStub('Unimplemented task.');
+               // Get the node instance and try it
+               Registry::getRegistry()->getInstance('node')->doSelfConnection($this);
        }
 }