]> git.mxchange.org Git - hub.git/blobdiff - application/hub/class_ApplicationHelper.php
Rewritten class structure to make it more OOP-friendly (stupid comment, I know)
[hub.git] / application / hub / class_ApplicationHelper.php
index 4a39927202eaa44c04ac131f0d30673d019b0668..ed5f03642b97a330590abe037c5998b5ef6efb79 100644 (file)
@@ -185,16 +185,10 @@ class ApplicationHelper extends BaseFrameworkSystem implements ManageableApplica
                        die('Node mode ' . $nodeMode . ' is invalid.' . "\n");
                }
 
-               // --------------------- Hub-id acquirement phase ---------------------
-               // Acquire a hub-id. This step generates on first launch anew one and
-               // on any later launches it will restore the hub-id from the database.
-               // A passed 'nickname=xxx' argument will be used to add some
-               // 'personality' to the hub.
-               $nodeInstance->acquireHubId($requestInstance);
-
                // --------------------- Bootstrapping phase ---------------------
                // Try to bootstrap the node and pass the request instance to it for
-               // extra arguments which mostly override config entries
+               // extra arguments which mostly override config entries or enable special
+               // features within the hub (none is ready at this development stage)
                $nodeInstance->doBootstrapping($requestInstance);
        }