Merge pull request #2899 from IgorNadj/patch-1

Update File.php
This commit is contained in:
Ingo Schommer 2014-03-03 10:29:39 +13:00
commit c3fcb916f6

View File

@ -732,7 +732,7 @@ class File extends DataObject {
}
/**
* Does not change the filesystem itself, please use {@link write()} for this.
* Caution: this does not change the location of the file on the filesystem.
*/
public function setFilename($val) {
$this->setField('Filename', $val);