mirror of
https://github.com/moodle/moodle.git
synced 2025-04-17 22:45:54 +02:00
MDL-37870 Fix the number of parameters when calling the parent constructor
This commit is contained in:
parent
1918a2452e
commit
5aeff5ebc0
@ -278,6 +278,6 @@ class progressive_parser {
|
||||
class progressive_parser_exception extends moodle_exception {
|
||||
|
||||
public function __construct($errorcode, $a=NULL, $debuginfo=null) {
|
||||
parent::__construct($errorcode, 'error', '', $a, null, $debuginfo);
|
||||
parent::__construct($errorcode, 'error', '', $a, $debuginfo);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user