[BUGFIX] Swift_BatchMailer::getMaxSuccessiveFails doesn't ex

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

Post Reply
iricketson
Forum Newbie
Posts: 11
Joined: Tue May 08, 2007 3:04 pm

[BUGFIX] Swift_BatchMailer::getMaxSuccessiveFails doesn't ex

Post by iricketson »

Fatal error: Call to undefined method Swift_BatchMailer::getMaxSuccessiveFails() in /path/to/Swift/lib/Swift/BatchMailer.php on line 190
I believe it should be Swift_BatchMailer::getMaxSuccessiveFailures()
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

8O :oops:

How embarrassing. Grab yourself the latest version (contains only this fix as I'm really busy at the moment :()

http://sourceforge.net/project/showfile ... _id=170045
iricketson
Forum Newbie
Posts: 11
Joined: Tue May 08, 2007 3:04 pm

Post by iricketson »

No problem, I already updated it in my local code so I'll probably just wait until the next release to update :)
Post Reply