Opps...
[core.git] / inc / classes / main / class_BaseFrameworkSystem.php
index cb52a1c391570406fcf06a3b9fedaf0b7ced8b75..e3001112979257da96a5ceca6cede76469d6416f 100644 (file)
@@ -1145,7 +1145,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
                // Idle so long with found function
                if (function_exists('time_sleep_until')) {
                        // Get current time and add idle time
-                       $sleepUntil = $this->getMilliTime() + $milliSeconds;
+                       $sleepUntil = $this->getMilliTime() + $milliSeconds / 1000;
 
                        // New PHP 5.1.0 function found
                        $hasSlept = time_sleep_until($sleepUntil);