Browse Source

Coding standards

pull/816/head
dannylamb 4 years ago
parent
commit
9ff811a3b1
  1. 3
      src/MediaSource/MediaSourceService.php

3
src/MediaSource/MediaSourceService.php

@ -383,7 +383,7 @@ class MediaSourceService {
$this->updateFile($file, $resource, $mimetype); $this->updateFile($file, $resource, $mimetype);
$file->save(); $file->save();
// Update the media // Update the media.
$media->{$destination_field}->setValue([ $media->{$destination_field}->setValue([
'target_id' => $file->id(), 'target_id' => $file->id(),
]); ]);
@ -393,4 +393,5 @@ class MediaSourceService {
throw new BadRequestHttpException("Media does not have destination field $destination_field"); throw new BadRequestHttpException("Media does not have destination field $destination_field");
} }
} }
} }

Loading…
Cancel
Save