]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/crawler/booting/class_CrawlerBootingState.ph
Fixes for crawler:
[hub.git] / application / hub / main / states / crawler / booting / class_CrawlerBootingState.ph
index 289d49e6cdc98f8a1651be5c2c72c65d7a507ad8..ffb733e306dc0c84de5437fbda5880a9ce52648f 100644 (file)
@@ -10,5 +10,5 @@
                $this->partialStub('Unfinished method.');
 
                // Change state to 'active'
-               CrawlerStateFactory::createCrawlerStateInstanceByName('active', $this->getCrawlerInstance());
+               CrawlerStateFactory::createCrawlerStateInstanceByName('active');
        }