Commit 7c02251e authored by Ben Hayward's avatar Ben Hayward

Lint

1 merge request!384[Sprint/QuietQuail](fix): Blog & media edit updated to new nsfw system #1936
Pipeline #96765022 passed with stages
in 9 minutes and 42 seconds
......@@ -213,7 +213,7 @@ class Image extends File
* Extend exporting
*/
public function export()
{
{
$export = parent::export();
$export['thumbnail_src'] = $this->getIconUrl('xlarge');
$export['thumbnail'] = $export['thumbnail_src'];
......
Please register or to comment