mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
commit
c3fcb916f6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user