diff --git a/core/model/DataObjectDecorator.php b/core/model/DataObjectDecorator.php index c0f864baf..4586c8bf6 100755 --- a/core/model/DataObjectDecorator.php +++ b/core/model/DataObjectDecorator.php @@ -37,7 +37,7 @@ abstract class DataObjectDecorator extends Extension { /** * Load the extra database fields defined in extraDBFields. * - * @todo Rename to "extraStaticFields", as it decorates more than database related fields. + * @todo Rename to "loadExtraStaticFields", as it decorates more than database related fields. */ function loadExtraDBFields() { $fields = $this->extraDBFields();