Saving sub process.. fixing extjs issue

This commit is contained in:
safan
2011-02-08 14:49:56 +00:00
parent 773e117301
commit d3ae26fa07
3 changed files with 16 additions and 11 deletions

View File

@@ -5181,6 +5181,8 @@ class processMap {
//$aRow['SPROCESS_NAME'] = $aRow['TAS_TITLE'];
$aRow ['TAS_TITLE'] = $aRow ['CON_VALUE'];
$aRow ['SPROCESS_NAME'] = $aRow ['CON_VALUE'];
$lang = defined ( 'SYS_LANG') ? SYS_LANG : 'en';
$aRow ['PRO_TITLE'] = Content::load ( 'PRO_TITLE', '', $aRow ['PRO_UID'] , $lang );
if($sType == 0)
{