Fix Notice: Undefined variable: publish_at

This commit is contained in:
Michael 2020-11-30 18:27:02 +00:00
parent 12b5a1da7d
commit 5b19469a4c
1 changed files with 2 additions and 0 deletions

View File

@ -633,6 +633,8 @@ class Feed
$publish_at = DateTimeFormat::utc('now + ' . $post_delay . ' second');
Logger::notice('Got publishing date', ['delay' => $delay, 'publish_at' => $publish_at, 'cid' => $contact['id'], 'url' => $contact['url']]);
$post_delay += $delay;
} else {
$publish_at = DBA::NULL_DATETIME;
}
Worker::add(['priority' => PRIORITY_HIGH, 'delayed' => $publish_at],