diff options
author | Francois Ferrand <thetypz@gmail.com> | 2015-02-25 11:18:04 +0100 |
---|---|---|
committer | Francois Ferrand <thetypz@gmail.com> | 2015-02-25 11:35:31 +0100 |
commit | 34a0216ca74b52472f8e717c78e927672c0dd4cf (patch) | |
tree | d8d1ec5ceed03290767eea914007d05f1acc20bd /app/Model/Action.php | |
parent | 11d1314fbe96c8f19d898cf18dc615a49a89fd0d (diff) |
Add REST api to manage actions.
Diffstat (limited to 'app/Model/Action.php')
-rw-r--r-- | app/Model/Action.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Model/Action.php b/app/Model/Action.php index 6fb2a2f1..0ba889ba 100644 --- a/app/Model/Action.php +++ b/app/Model/Action.php @@ -248,7 +248,7 @@ class Action extends Base // $this->container['fileCache']->remove('proxy_action_getAll'); - return true; + return $action_id; } /** |