Fix cosmetic issues

This commit is contained in:
Frederic Guillot
2015-07-18 18:35:20 -04:00
parent 1bce737243
commit 7d7692d273
3 changed files with 3 additions and 5 deletions

View File

@@ -117,7 +117,7 @@ class Action extends Base
if ($valid) {
if ($this->action->create($values)) {
if ($this->action->create($values) !== false) {
$this->session->flash(t('Your automatic action have been created successfully.'));
}
else {