MDL-52285 auth: use __construct() for constructors

This commit is contained in:
Marina Glancy
2015-12-10 13:51:11 +08:00
parent f318ef32bc
commit e81e12cd79
22 changed files with 136 additions and 35 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ class mnet_encxml_parser {
*
* @return bool True
*/
function mnet_encxml_parser() {
public function __construct() {
return $this->initialise();
}