mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
Merge pull request #52 from Zauberfisch/patch-1
Added missing $isMultiple
This commit is contained in:
commit
1dd341c559
@ -32,6 +32,11 @@ class StringTagField extends DropdownField {
|
||||
*/
|
||||
protected $record;
|
||||
|
||||
/**
|
||||
* @var boolean
|
||||
*/
|
||||
protected $isMultiple;
|
||||
|
||||
/**
|
||||
* @param string $name
|
||||
* @param string $title
|
||||
|
Loading…
Reference in New Issue
Block a user