Enabled configuring template to ask for more than 1 attribute value
This commit is contained in:
parent
ec8902a223
commit
d90fe5a6fa
@ -811,6 +811,10 @@ class Attribute {
|
||||
case 'verify': $this->$index = $value;
|
||||
break;
|
||||
|
||||
case 'max':
|
||||
if ($this->getMaxValueCount() == -1)
|
||||
$this->setMaxValueCount($value);
|
||||
|
||||
default:
|
||||
if (! $_SESSION[APPCONFIG]->getValue('appearance','hide_template_warning'))
|
||||
system_message(array(
|
||||
|
Loading…
Reference in New Issue
Block a user