From 7d7692d273fcdea3d100d7f3a076ddf08c8a19d1 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 18 Jul 2015 18:35:20 -0400 Subject: Fix cosmetic issues --- app/Controller/Action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Controller') 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 { -- cgit v1.2.3