master
Jean-Christian Paul Denis 2021-08-24 01:32:27 +02:00
parent 8e415c47ee
commit fde6c171e9
1 changed files with 2 additions and 2 deletions

View File

@ -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',