Commit 3a6eb800 authored by Ben Hayward's avatar Ben Hayward

minor change

1 merge request!384[Sprint/QuietQuail](fix): Blog & media edit updated to new nsfw system #1936
Pipeline #100449998 failed with stages
in 2 minutes and 57 seconds
......@@ -220,7 +220,7 @@ class Video extends MindsObject
if ($field == 'access_id') {
$data[$field] = (int) $data[$field];
} elseif ((in_array($field, ['full_hd'], true)) || (in_array($field, ['mature', 'full_hd'], true))) {
} elseif (in_array($field, ['mature', 'full_hd'], true)) {
$this->setFlag($field, !!$data[$field]);
continue;
}
......
Please register or to comment