mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-18 23:08:46 +02:00
Fix AttributeSet wrong error on number of tags in creation
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user