diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-18 18:35:20 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-18 18:35:20 -0400 |
commit | 7d7692d273fcdea3d100d7f3a076ddf08c8a19d1 (patch) | |
tree | 306e172153f42e595e016d17e5a23b58ff4d764d /app/Controller/Action.php | |
parent | 1bce73724337950bb63cdcbbdd7161fda06e4f57 (diff) |
Fix cosmetic issues
Diffstat (limited to 'app/Controller/Action.php')
-rw-r--r-- | app/Controller/Action.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controller/Action.php b/app/Controller/Action.php index 74a5326d..140c47d3 100644 --- a/app/Controller/Action.php +++ b/app/Controller/Action.php @@ -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 { |