sampart / WhiteOctoberSwiftMailerDBBundle

A bundle to facilitate SwiftMailer spooling messages to a database
31 stars 18 forks source link

Fixed the extension alias #1

Closed evilfrog closed 11 years ago

evilfrog commented 12 years ago

"white_october_swift_mailer_db" instead of "wo_swiftmailer_db" - the latter one causes LogicException

richsage commented 12 years ago

Is this with Symfony 2.1? I'm using this in production with 2.0 at the moment, and the overridden extension alias works fine (since the extension is created manually in the bundle class).

evilfrog commented 12 years ago

Yes - with sf 2.1 (bad assumption of mine that the master branch is in sync with sf2.1).

richsage commented 12 years ago

Ah sorry - I should have made it clearer that the master is 2.0! I'll take a look at 2.1 and see what changes are required to keep the extension alias the same, which I'd rather do if possible.

richsage commented 11 years ago

Switched back to the default extension alias everywhere - seems the easiest solution :-)