mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
N°6042 Use utils::IsNotNullOrEmptyString
Thanks Molkobain for the review in 0c70bd9
This commit is contained in:
@@ -2508,7 +2508,7 @@ HTML;
|
||||
$oForm = $value->GetForm($sFormPrefix);
|
||||
} else if ($sAttDefEditClass === 'FormField') {
|
||||
$sFormId = 'ff_'.$oAttDef->GetCode();
|
||||
if (false === is_null($sFormPrefix)) {
|
||||
if (false === utils::IsNotNullOrEmptyString($sFormPrefix)) {
|
||||
$sFormId = $sFormPrefix.$sFormId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user