Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Backend - Engine
Project
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
292
Merge Requests
40
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
ecb84755
Commit
ecb84755
authored
20 minutes ago
by
Ben Hayward
Browse files
Options
Download
Lint
parent
d58012e8
fix/blog-media-nsfw-update-1936
1 merge request
!384
[Sprint/QuietQuail](fix): Blog & media edit updated to new nsfw system #1936
Pipeline
#93610569
passed with stages
in 10 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Entities/Image.php
View file @
ecb84755
...
...
@@ -214,9 +214,8 @@ class Image extends File
*/
public
function
export
()
{
error_log
(
var_export
(
$this
->
nsfw
,
true
));
error_log
(
var_export
(
$this
->
getFlag
(
'nsfw'
),
true
));
error_log
(
var_export
(
$this
->
nsfw
,
true
));
error_log
(
var_export
(
$this
->
getFlag
(
'nsfw'
),
true
));
error_log
(
"^^^^^^^^^^^^^^^^^"
);
$export
=
parent
::
export
();
...
...
This diff is collapsed.
Please
register
or
sign in
to comment