mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Fixed Trac#367: typo !
SVN:trunk[1165]
This commit is contained in:
@@ -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", '');
|
||||
|
||||
Reference in New Issue
Block a user