mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -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 {
|
} else {
|
||||||
$coverPhoto = null;
|
$coverPhoto = null;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user