mirror of
https://github.com/silverstripe/silverstripe-tagfield
synced 2024-10-22 11:05:32 +02:00
PHP 5.3.3 fix
This commit is contained in:
parent
dada8fa161
commit
8e301c4884
@ -71,7 +71,7 @@ class TagField extends DropdownField {
|
||||
|
||||
return $this
|
||||
->customise($properties)
|
||||
->renderWith(["templates/TagField"]);
|
||||
->renderWith(array("templates/TagField"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user