]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/handler/class_BaseDataHandler.php
Continued with DHT stuff:
[hub.git] / application / hub / main / handler / class_BaseDataHandler.php
index 902c66783d62bdaa6d5e243f7088b18966bfe475..8af6712819c1757a30ad1a79c7c37581f047acc2 100644 (file)
@@ -59,7 +59,7 @@ abstract class BaseDataHandler extends BaseHandler {
                parent::__construct($className);
 
                // Get a DHT instance
-               $dhtInstance = DhtObjectFactory::createDhtObjectInstance('node');
+               $dhtInstance = DhtObjectFactory::createDhtInstance('node');
 
                // Set it here
                $this->setDhtInstance($dhtInstance);