From fde6c171e92a0185b18153e91abdbf8ca6222e07 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Tue, 24 Aug 2021 01:32:27 +0200 Subject: [PATCH] fix typo --- inc/class.periodical.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/class.periodical.php b/inc/class.periodical.php index caff7fe..f2367c3 100644 --- a/inc/class.periodical.php +++ b/inc/class.periodical.php @@ -178,7 +178,7 @@ class periodical $ids[] = $rs->post_id; } - if (empty($ids)) [ + if (empty($ids)) { return; } @@ -316,7 +316,7 @@ class periodical public static function getTimesCombo() { - return [] + return [ __('Hourly') => 'hour', __('twice a day') => 'halfday', __('Daily') => 'day',