]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/states/cruncher/init/class_CruncherInitState.php
Added initial crawler stuff:
[hub.git] / application / hub / main / states / cruncher / init / class_CruncherInitState.php
index dbe08e3043eee19f014af4749c0d62ca27b6d6b9..bccf3de5da21ef7a999a003351f142da1c84067e 100644 (file)
@@ -59,8 +59,8 @@ class CruncherInitState extends BaseCruncherState implements Stateable {
         * @return      void
         */
        public function executeState (Executor $executorInstance) {
-               // Now prepare the unit production to maybe become 'virgin' or 'active' if work/test units are there
-               $executorInstance->prepareUnitProduction($this);
+               // Initialize the unit production to maybe become 'virgin' or 'active' if work/test units are there
+               $executorInstance->initUnitProduction($this);
        }
 
        /**