From d8b8c875bb0b16c9716009721dceeea93ef7a361 Mon Sep 17 00:00:00 2001 From: Colin Tucker Date: Thu, 25 Feb 2016 13:18:56 +1100 Subject: [PATCH] Formatting fix --- code/TagField.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/TagField.php b/code/TagField.php index 2092e1c..93db395 100644 --- a/code/TagField.php +++ b/code/TagField.php @@ -448,7 +448,6 @@ class TagField_Readonly extends TagField $field->setForm($this->form); $field->setValue(implode(', ', $options)); - return $field->Field(); } -} \ No newline at end of file +}