Skip to content

Commit

Permalink
Prepend autoloader, fixes PHPMailer#120
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Oct 14, 2013
1 parent 70a5218 commit 7c1d0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PHPMailerAutoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ function PHPMailerAutoload($classname)
}
}

spl_autoload_register('PHPMailerAutoload');
spl_autoload_register('PHPMailerAutoload', true, true);

0 comments on commit 7c1d0f9

Please sign in to comment.