Skip to content

Commit

Permalink
Object: Fix Saving of Translations
Browse files Browse the repository at this point in the history
  • Loading branch information
kergomard committed Nov 2, 2023
1 parent aee318e commit 3573aa6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,6 @@ public function saveTranslations(): void
}

foreach ($titles as $k => $v) {
if ($delete_checked && isset($check[$k])) {
continue;
}
// update object data if default
$is_default = ($post_default === $k);

Expand Down

0 comments on commit 3573aa6

Please sign in to comment.