Skip to content

Commit

Permalink
🐛 save accepted record
Browse files Browse the repository at this point in the history
  • Loading branch information
XxLittleCxX authored Oct 10, 2021
1 parent 9380f3f commit 90863ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controllers/ModerationController.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ public static function start(Texture $texture)
$texture->public = true;
$record->review_state = ReviewState::ACCEPTED;
$texture->save();
$record->save();
return;
}
$record->review_state = ReviewState::MANUAL;
Expand Down

0 comments on commit 90863ee

Please sign in to comment.