fixed syntax errors in progress bar - is anybody using it?

This commit is contained in:
Petr Skoda 2010-09-16 16:44:55 +00:00
parent 4bc685df16
commit 34cf276871

View File

@ -3140,7 +3140,7 @@ EOT;
if ($percent != 100 && ($this->lastcall->time + $this->minimum_time) > microtime(true)){
return;
}
$this->_update($percent/100, $msg);
$this->update($percent, 100, $msg);
}
/**
* Update progress bar according the number of tasks