From 975c43eb10a71e0334b1d32e9435fdfa0016a209 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 29 Jun 2015 20:13:46 +0200 Subject: [PATCH 1/1] Tpyo fixed ... ;-) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/classes/main/tasks/idle/class_IdleLoopTask.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); } /** -- 2.39.2