Skip to content
Snippets Groups Projects

Stable

Merged Patrick Barroca requested to merge stable into master
Compare and
+ 281
136
Preferences
Compare changes
Files
@@ -284,6 +284,8 @@ class Admin_CmsController extends ZendAfi_Controller_Action {
protected function _notifyArticleChanged($article) {
if (!Class_AdminVar::isWorkflowEnabled())
return;
$this->_sendMailWhenUpdatedStatusToValidationPending($article);
$this->_sendMailWhenUpdatedStatusToRefused($article);
$this->_sendMailWhenUpdatedStatusToValidated($article);