diff options
Diffstat (limited to 'app/Model/Action.php')
| -rw-r--r-- | app/Model/Action.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Model/Action.php b/app/Model/Action.php index 6fb2a2f1..99fb8b73 100644 --- a/app/Model/Action.php +++ b/app/Model/Action.php @@ -211,7 +211,7 @@ class Action extends Base * * @access public * @param array $values Required parameters to save an action - * @return bool Success or not + * @return integer */ public function create(array $values) { @@ -248,7 +248,7 @@ class Action extends Base // $this->container['fileCache']->remove('proxy_action_getAll'); - return true; + return $action_id; } /** |
