Skip to content

Commit

Permalink
pkp/pkp-lib#5885 fixed settings table name
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Apr 29, 2024
1 parent 72d8a2b commit f38ce97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ class I5885_RenameReviewReminderSettingsName extends \PKP\migration\upgrade\v3_5
{
protected function getContextSettingsTable(): string
{
return 'journal_settings';
return 'press_settings';
}
}

0 comments on commit f38ce97

Please sign in to comment.