Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
302
Merge Requests
39
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Backend - Engine
Commits
7c02251e
Commit
7c02251e
authored
1 hour ago
by
Ben Hayward
Browse files
Options
Download
Lint
parent
315c1c92
fix/blog-media-nsfw-update-1936
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
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Entities/Image.php
View file @
7c02251e
...
...
@@ -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'
];
...
...
This diff is collapsed.
Please
register
or
sign in
to comment