fixes for file upload
This commit is contained in:
parent
dc0f47cd9e
commit
6263e839d8
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ Class Attachment extends InboundTicketFactory{
|
|||
$directory = sys_get_temp_dir();
|
||||
file_put_contents($directory . '/' . $this->Name, $this->_read());
|
||||
|
||||
return File::get($directory.$this->Name);
|
||||
return File::get($directory.'/'.$this->Name);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue