Prepend autoloader, fixes #120
This commit is contained in:
parent
70a52186f0
commit
7c1d0f93de
|
|
@ -30,4 +30,4 @@ function PHPMailerAutoload($classname)
|
|||
}
|
||||
}
|
||||
|
||||
spl_autoload_register('PHPMailerAutoload');
|
||||
spl_autoload_register('PHPMailerAutoload', true, true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue