Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed error caused by ProgressBar's old constructor name.
- Full error message: "Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; ProgressBar has a deprecated constructor in /www/git/LOVD3/src/class/progress_bar.php on line 41".
- Loading branch information
fe06dbb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this fix #156 ? Or are there still possible other classes using old-style constructors?
fe06dbb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah haha yes, it does, thanks :) Totally overlooked this issue!
I checked, there are no other old-style constructors.