PM-3956 (Mobile Backend) El escapeado de los símbolos especiales no se esta ejecutando

This commit is contained in:
Ronald Quenta
2015-11-05 15:18:58 -04:00
parent 29582243fb
commit 5b6434b2be

View File

@@ -66,7 +66,7 @@ class Light
foreach ($processList[$key] as $keyChild => $processInfoChild) {
$webEntryEventStart = $webEntryEvent->getWebEntryEvents($processInfoChild['pro_uid']);
if(empty($webEntryEventStart)){
$tempTreeChild['text'] = htmlentities($keyChild, ENT_QUOTES, 'UTF-8'); //ellipsis ( $keyChild, 50 );
$tempTreeChild['text'] = $keyChild; //ellipsis ( $keyChild, 50 );
$tempTreeChild['processId'] = $processInfoChild['pro_uid'];
$tempTreeChild['taskId'] = $processInfoChild['uid'];
$forms = $task->getSteps($processInfoChild['uid']);