From 8e301c488419fb3ee52c855fe8ca96593e63238c Mon Sep 17 00:00:00 2001 From: Christopher Pitt Date: Tue, 14 Apr 2015 15:05:05 +1200 Subject: [PATCH] PHP 5.3.3 fix --- code/TagField.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/TagField.php b/code/TagField.php index 8cd19f5..3a70eaa 100644 --- a/code/TagField.php +++ b/code/TagField.php @@ -71,7 +71,7 @@ class TagField extends DropdownField { return $this ->customise($properties) - ->renderWith(["templates/TagField"]); + ->renderWith(array("templates/TagField")); } /**