Commit 0821761e67d39cd82f88eb683ae5f275cc60b3be

Authored by Erdogan Furkan
1 parent 058077b0

#11586 - Done.

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