Fix notice ASSIGNEE and ADHOC-ASSIGNEE.

This commit is contained in:
Freddy Daniel Rojas Valda
2014-02-10 11:19:02 -04:00
parent 7c9146e1e3
commit 4536033c3c

View File

@@ -984,9 +984,6 @@ class Task
public function getTaskAssignee($sProcessUID, $sTaskUID, $sAssigneeUID)
{
try {
$filter = '';
$start = null;
$limit = null;
$oProcess = \ProcessPeer::retrieveByPK( $sProcessUID );
if (is_null($oProcess)) {
throw (new \Exception( 'This id for `prj_uid`: '. $sProcessUID .' do not correspond to a registered process'));
@@ -1561,9 +1558,6 @@ class Task
public function getTaskAdhocAssignee($sProcessUID, $sTaskUID, $sAssigneeUID)
{
try {
$filter = '';
$start = null;
$limit = null;
$oProcess = \ProcessPeer::retrieveByPK( $sProcessUID );
if (is_null($oProcess)) {
throw (new \Exception( 'This id for `prj_uid`: '. $sProcessUID .' do not correspond to a registered process'));