浏览代码

Fixed Trac#367: typo !

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1165 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 14 年之前
父节点
当前提交
a6f53b7f73
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/UI.php

+ 1 - 1
pages/UI.php

@@ -1825,7 +1825,7 @@ EOF
 				$aErrors = array();
 				$aErrors = array();
 				foreach($aExpectedAttributes as $sAttCode => $iExpectCode)
 				foreach($aExpectedAttributes as $sAttCode => $iExpectCode)
 				{
 				{
-					$iFlags = $oObj_>GetAttributeFlags($sAttCode);
+					$iFlags = $oObj->GetAttributeFlags($sAttCode);
 					if (($iExpectCode & (OPT_ATT_MUSTCHANGE|OPT_ATT_MUSTPROMPT)) || ($oObj->Get($sAttCode) == '') ) 
 					if (($iExpectCode & (OPT_ATT_MUSTCHANGE|OPT_ATT_MUSTPROMPT)) || ($oObj->Get($sAttCode) == '') ) 
 					{
 					{
 						$paramValue = utils::ReadPostedParam("attr_$sAttCode", '');
 						$paramValue = utils::ReadPostedParam("attr_$sAttCode", '');