From: Roland Haeder Date: Mon, 29 Jun 2015 18:13:46 +0000 (+0200) Subject: Tpyo fixed ... ;-) X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=975c43eb10a71e0334b1d32e9435fdfa0016a209;hp=a7a0ec871ac1987279a2a750ee664abcff17b609 Tpyo fixed ... ;-) Signed-off-by: Roland Häder --- diff --git a/inc/classes/main/tasks/idle/class_IdleLoopTask.php b/inc/classes/main/tasks/idle/class_IdleLoopTask.php index 49379f0d..e72c1940 100644 --- a/inc/classes/main/tasks/idle/class_IdleLoopTask.php +++ b/inc/classes/main/tasks/idle/class_IdleLoopTask.php @@ -37,7 +37,7 @@ class IdleLoopTask extends BaseTask implements Taskable, Visitable { 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'); } /**