NewsletterAdmin is the CMS class for managing the newsletter system.
BSD 3-Clause "New" or "Revised" License
69
stars
59
forks
source link
BUG Fix correct usage of transactional code using current SS_Database API #82
Closed
tractorcow closed 10 years ago
Using LOCK TABLE causes issues with some extensions and database hooks (fulltextsearch in particular).
Fixes incorrect call to endTransaction method (which should be transactionEnd).
See https://github.com/silverstripe-labs/silverstripe-messagequeue/pull/5