MDL-52285 auth: use __construct() for constructors
This commit is contained in:
@@ -17,7 +17,7 @@ class mnet_encxml_parser {
|
||||
*
|
||||
* @return bool True
|
||||
*/
|
||||
function mnet_encxml_parser() {
|
||||
public function __construct() {
|
||||
return $this->initialise();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user