PHP 5.3.3 fix

This commit is contained in:
Christopher Pitt 2015-04-14 15:05:05 +12:00
parent dada8fa161
commit 8e301c4884
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class TagField extends DropdownField {
return $this
->customise($properties)
->renderWith(["templates/TagField"]);
->renderWith(array("templates/TagField"));
}
/**