Skip to content

Commit

Permalink
MINOR Localized File->uploadMetadataFields() (from r99111)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@102852 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu committed Apr 14, 2010
1 parent fb898d0 commit e99d56d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesystem/File.php
Expand Up @@ -662,7 +662,7 @@ function validate() {
*/
function uploadMetadataFields() {
$fields = new FieldSet();
$fields->push(new TextField('Title'));
$fields->push(new TextField('Title', $this->fieldLabel('Title')));
$this->extend('updateUploadMetadataFields', $fields);
return $fields;
}
Expand Down

0 comments on commit e99d56d

Please sign in to comment.