This commit is contained in:
Amine Ben hammou
2019-06-24 15:00:25 +01:00
committed by M. Shull
parent d980f9e3f4
commit ac54e198bf
7 changed files with 54 additions and 12 deletions

View File

@@ -553,7 +553,7 @@ class Populator {
private function initLastAnnouncementDate() {
if (!$this->settings->get('last_announcement_date')) {
$beamer = new Beamer($this->settings);
$beamer = new Beamer($this->settings, WPFunctions::get());
$beamer->setLastAnnouncementDate();
}
}