Correccion COMMUNITY

This commit is contained in:
Brayan Pereyra
2015-03-26 16:25:20 -04:00
parent d647de4d69
commit 8f23263be3

View File

@@ -60,7 +60,7 @@ class Activity extends Api
} }
} }
/*----------------------------------********---------------------------------*/
/** /**
* @param string $pro_uid {@min 32} {@max 32} * @param string $pro_uid {@min 32} {@max 32}
* @param string $tas_uid {@min 32} {@max 32} * @param string $tas_uid {@min 32} {@max 32}
@@ -76,6 +76,7 @@ class Activity extends Api
{ {
try { try {
$configurations = array(); $configurations = array();
/*----------------------------------********---------------------------------*/
/*** starts retrieval of action by emails configuration ***/ /*** starts retrieval of action by emails configuration ***/
if (\PMLicensedFeatures if (\PMLicensedFeatures
::getSingleton() ::getSingleton()
@@ -90,12 +91,13 @@ class Activity extends Api
$configurations[] = $actionsByEmailService->loadConfiguration($params); $configurations[] = $actionsByEmailService->loadConfiguration($params);
} }
/*** end retrieval of action by emails configuration ***/ /*** end retrieval of action by emails configuration ***/
/*----------------------------------********---------------------------------*/
return $configurations; return $configurations;
} catch (\Exception $e) { } catch (\Exception $e) {
throw new RestException(Api::STAT_APP_EXCEPTION, $e->getMessage()); throw new RestException(Api::STAT_APP_EXCEPTION, $e->getMessage());
} }
} }
/*----------------------------------********---------------------------------*/
/** /**
* @param string $prj_uid {@min 32} {@max 32} * @param string $prj_uid {@min 32} {@max 32}