Skip to content

Commit 009700a

Browse files
committed
Change the way of displaying the error. Fixes #25
1 parent ecec6cf commit 009700a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/Files/BaseFile.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ public function getFilename()
6565

6666
public function getSaveFilename()
6767
{
68-
69-
68+
return str_replace($this->basedir, '', $this->fileName);
7069
}
7170

7271
/**

0 commit comments

Comments
 (0)