Tpyo fixed ... ;-)
[core.git] / 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');
        }
 
        /**
        }
 
        /**