Fixed Trac#367: typo !

SVN:trunk[1165]
This commit is contained in:
Denis Flaven
2011-04-01 10:48:11 +00:00
parent be4674de11
commit ce13b05363

View File

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