MINOR: Removed use of deprecated FieldSet in favour of FieldList.

This commit is contained in:
Sam Minnee 2011-10-29 17:39:40 +13:00
parent 4e7cb308d5
commit 3acffaa5bb
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ class SiteConfig extends DataObject implements PermissionProvider {
* Get the fields that are sent to the CMS. In
* your extensions: updateCMSFields($fields)
*
* @return Fieldset
* @return FieldList
*/
function getCMSFields() {
Requirements::javascript(CMS_DIR . "/javascript/SitetreeAccess.js");

View File

@ -159,7 +159,7 @@ class SS_Report extends ViewableData {
/**
* Returns a FieldList with which to create the CMS editing form.
* You can use the extend() method of FieldSet to create customised forms for your other
* You can use the extend() method of FieldList to create customised forms for your other
* data objects.
*
* @uses getReportField() to render a table, or similar field for the report. This