Skip to content

Commit

Permalink
Added PPRSubmissionClosedAuthorNotification to plugin settings schedu…
Browse files Browse the repository at this point in the history
…le tasks reset functionality
  • Loading branch information
abujeda committed May 15, 2024
1 parent c40d9ca commit a3f4fef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pprOjsPlugin/settings/PPRPluginSettingsForm.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function execute(...$functionArgs) {
$taskDao->updateLastRunTime('plugins.generic.pprOjsPlugin.tasks.PPRReviewDueDateEditorNotification', strtotime('2000-01-01'));
$taskDao->updateLastRunTime('plugins.generic.pprOjsPlugin.tasks.PPRReviewReminder', strtotime('2000-01-01'));
$taskDao->updateLastRunTime('plugins.generic.pprOjsPlugin.tasks.PPRReviewSentAuthorNotification', strtotime('2000-01-01'));
$taskDao->updateLastRunTime('plugins.generic.pprOjsPlugin.tasks.PPRSubmissionClosedAuthorNotification', strtotime('2000-01-01'));
}

parent::execute(...$functionArgs);
Expand Down

0 comments on commit a3f4fef

Please sign in to comment.