mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
fixed cover photo error
This commit is contained in:
parent
7055bb85c1
commit
d5fb8f578e
@ -331,7 +331,7 @@ class AdvRepository extends EntryRepository implements AdvRepositoryInterface
|
||||
]);
|
||||
|
||||
}
|
||||
$coverPhoto = $thumbnail->url();
|
||||
$coverPhoto = 'files/images/' . $fileName;
|
||||
} else {
|
||||
$coverPhoto = null;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user