mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
N°931: Integrity controls + unit tests
This commit is contained in:
@@ -5977,7 +5977,7 @@ class AttributeTagSet extends AttributeDBFieldVoid
|
||||
$aGoodTags = array();
|
||||
foreach($aTagCodes as $sTagCode)
|
||||
{
|
||||
if ($oTagSet->TagsExist($sTagCode))
|
||||
if ($oTagSet->IsValidTag($sTagCode))
|
||||
{
|
||||
$aGoodTags[] = $sTagCode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user