bad comma
This commit is contained in:
@@ -818,7 +818,7 @@ class Media extends Model
|
|||||||
$fileSystem->putFileAs('/', new SplFileInfo($tempImagePath), $newFilename);
|
$fileSystem->putFileAs('/', new SplFileInfo($tempImagePath), $newFilename);
|
||||||
unlink($tempImagePath);
|
unlink($tempImagePath);
|
||||||
|
|
||||||
$this->thumbnail = $this->getUrlPath(['name', $newFilename]);
|
$this->thumbnail = $this->getUrlPath(['name' => $newFilename]);
|
||||||
} else {
|
} else {
|
||||||
$iconExtension = 'unknown';
|
$iconExtension = 'unknown';
|
||||||
if ($fileExtension !== '') {
|
if ($fileExtension !== '') {
|
||||||
|
|||||||
Reference in New Issue
Block a user