Commit 0821761e67d39cd82f88eb683ae5f275cc60b3be
1 parent
058077b0
Exists in
master
and in
7 other branches
#11586 - Done.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
src/InputOutput/IHMImpl/Process/IHMInputOutputDeleteProcessClass.php
@@ -60,7 +60,8 @@ class IHMInputOutputDeleteProcessClass implements InputOutputInterface | @@ -60,7 +60,8 @@ class IHMInputOutputDeleteProcessClass implements InputOutputInterface | ||
60 | 60 | ||
61 | return array( | 61 | return array( |
62 | 'success' => true, | 62 | 'success' => true, |
63 | - 'id' => $this->paramsData->getId()); | 63 | + 'id' => $this->paramsData->getId(), |
64 | + 'time' => time()); | ||
64 | } | 65 | } |
65 | } | 66 | } |
66 | 67 |