Attachments are no longer lowercased like all other URLs.
This commit is contained in:
parent
3b8e6be358
commit
45e9b73e83
2 changed files with 14 additions and 6 deletions
|
|
@ -428,7 +428,7 @@ sub save {
|
|||
$_[0]->{_filename} =~ s/\./\_/g;
|
||||
$_[0]->{_filename} .= ".txt";
|
||||
}
|
||||
$_[0]->{_filename} = WebGUI::URL::urlize($_[0]->getFilename);
|
||||
$_[0]->{_filename} = WebGUI::URL::makeCompliant($_[0]->getFilename);
|
||||
$_[0]->{_node}->create();
|
||||
$file = FileHandle->new(">".$_[0]->getPath);
|
||||
if (defined $file) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue