8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b779f9 commit 13908ebCopy full SHA for 13908eb
controller/upload_file.rst
@@ -444,13 +444,13 @@ controller.
444
$entity = $args->getEntity();
445
446
if (!$entity instanceof Product) {
447
- return;
+ return;
448
}
449
450
if ($entity->getBrochure()) {
451
- $fileName = $entity->getBrochure();
+ $fileName = $entity->getBrochure();
452
453
- $entity->setBrochure(new File($this->targetPath.'/'.$fileName));
+ $entity->setBrochure(new File($this->targetPath.'/'.$fileName));
454
455
456
0 commit comments