joelcox / codeigniter-amazon-ses

A CodeIgniter library to interact with Amazon Web Services (AWS) Simple Email Service (SES)
http://joelcox.nl
MIT License
79 stars 31 forks source link

cURL loading fix #13

Closed katzgrau closed 12 years ago

katzgrau commented 12 years ago

A quick fix to the loading of the cURL spark

  1. Fixed the version # to 1.0.0 (standard since May)
  2. Since the curl spark doesn't autoload its lib, the logic is better off loading the spark if sparks exists, and then loading the curl lib regardless (CI won't load it twice)
joelcox commented 12 years ago

Thanks for the pull request Kenny. I just went through the develop branch because I thought I recognized this change...

I'll publish a new version of the Spark later this week ;-).

katzgrau commented 12 years ago

Ha, nice. It's the exact same pull pretty much.

Good to hear, gracias

Kenny Katzgrau Web: http://codefury.net Twitter: @kennyk Skype: kenny.katzgrau

On Sunday, January 1, 2012 at 10:38 AM, Joël Cox wrote:

Thanks for the pull request Kenny. I just went through the develop branch because I thought I recognized this change...

I'll publish a new version of the Spark later this week ;-).


Reply to this email directly or view it on GitHub: https://github.com/joelcox/codeigniter-amazon-ses/pull/13#issuecomment-3324800