Merge pull request #1967 from tractorcow/3.1-versioned-updatecmsfields-fix

BUG Fixed declaration of Versioned::updateCMSFields
This commit is contained in:
Sean Harvey 2013-05-21 14:17:17 -07:00
commit e2553fa864

View File

@ -1316,7 +1316,7 @@ class Versioned extends DataExtension {
/**
* @param FieldList
*/
public function updateCMSFields(&$fields) {
public function updateCMSFields(FieldList $fields) {
// remove the version field from the CMS as this should be left
// entirely up to the extension (not the cms user).
$fields->removeByName('Version');