Fix AttributeSet wrong error on number of tags in creation

This commit is contained in:
Eric
2018-12-03 11:01:54 +01:00
parent c15d626095
commit aca11ac966
5 changed files with 27 additions and 8 deletions

View File

@@ -1357,7 +1357,7 @@ abstract class DBObject implements iDisplay
{
if (is_string($toCheck))
{
$oTag = new ormSet(get_class($this), $sAttCode);
$oTag = new ormSet(get_class($this), $sAttCode, $oAtt->GetMaxItems());
try
{
$aValues = array();