Merge branch '5.0' into 5

This commit is contained in:
github-actions 2023-08-20 11:32:15 +00:00
commit 0dfe8a6c26
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class ContentReviewNotificationJob extends AbstractQueuedJob implements QueuedJo
{
$this->queueNextRun();
$task = new ContentReviewEmails();
$task = ContentReviewEmails::create();
$task->run(new HTTPRequest("GET", "/dev/tasks/ContentReviewEmails"));
$this->currentStep = 1;