Tpyo fixed ... ;-)
authorRoland Haeder <roland@mxchange.org>
Mon, 29 Jun 2015 18:13:46 +0000 (20:13 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 29 Jun 2015 18:13:46 +0000 (20:13 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/tasks/idle/class_IdleLoopTask.php

index 49379f0d98a311d03e5c817bb120a70cd2e20a75..e72c1940442e91aefe5e4652fa5d281e6665f8fe 100644 (file)
@@ -37,7 +37,7 @@ class IdleLoopTask extends BaseTask implements Taskable, Visitable {
                parent::__construct(__CLASS__);
 
                // Init idle loop time from config ("cache" it here)
                parent::__construct(__CLASS__);
 
                // Init idle loop time from config ("cache" it here)
-               $this->idleLoop = $this->getConfigInstance()->getConfigEntry('idle_loop_time');
+               $this->idleLoopTime = $this->getConfigInstance()->getConfigEntry('idle_loop_time');
        }
 
        /**
        }
 
        /**