updated core and modules
This commit is contained in:
@@ -372,8 +372,6 @@ class ProgressHelper extends Helper
|
||||
}
|
||||
|
||||
if (isset($this->formatVars['bar'])) {
|
||||
$completeBars = 0;
|
||||
|
||||
if ($this->max > 0) {
|
||||
$completeBars = floor($percent * $this->barWidth);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user