"MDL-14706, comment value check code to make progress bar work"

This commit is contained in:
dongsheng
2008-09-17 07:02:08 +00:00
parent 4f0d8cc837
commit fda7529b7f
+2
View File
@@ -7214,9 +7214,11 @@ EOT;
} else {
$percent = $cur / $total;
}
/**
if ($percent != 1 && ($this->lastcall->time + $this->minimum_time) > microtime(true)){
return;
}
*/
$es = $this->estimate(microtime(true), $percent);
$this->_update($percent, $msg, $es);
}