]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/nodes/master/class_HubMasterNode.php
Renamed to convention
[hub.git] / application / hub / main / nodes / master / class_HubMasterNode.php
index 96399a495c455567c3ab54132ed6f53b8bbcea5a..7c04fc53643f691cc0d8ad246f57bab6ab671c4b 100644 (file)
@@ -59,7 +59,7 @@ class HubMasterNode extends BaseHubNode implements NodeHelper {
         */
        public function doBootstrapping () {
                // Call generic (parent) bootstrapping method first
-               parent::doGenericBootstrapping();
+               parent::bootstrapGenericBootstrapping();
                $this->partialStub('Please implement this method.');
        }