N°931: Integrity controls + unit tests

This commit is contained in:
Eric
2018-09-11 14:10:05 +02:00
parent c706a2d77c
commit 1fc3b3a4ed
7 changed files with 550 additions and 387 deletions

View File

@@ -5977,7 +5977,7 @@ class AttributeTagSet extends AttributeDBFieldVoid
$aGoodTags = array();
foreach($aTagCodes as $sTagCode)
{
if ($oTagSet->TagsExist($sTagCode))
if ($oTagSet->IsValidTag($sTagCode))
{
$aGoodTags[] = $sTagCode;
}