mirror of
https://github.com/moodle/moodle.git
synced 2025-03-13 20:26:32 +01:00
fixed syntax errors in progress bar - is anybody using it?
This commit is contained in:
parent
4bc685df16
commit
34cf276871
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user