Skip to content

Commit

Permalink
add code beautifier and fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier committed Feb 21, 2019
1 parent d6ba416 commit 774f9a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Charcoal/Property/FileProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ public function dataUpload($fileData)
$filename = null;
if (is_array($fileData)) {
// retrieve tmp file from temp dir
$tmpFile = sys_get_temp_dir() . $fileData['id'];
$tmpFile = sys_get_temp_dir().$fileData['id'];
if (!file_exists($tmpFile)) {
throw new Exception(
'File does not exists.'
Expand Down

0 comments on commit 774f9a9

Please sign in to comment.