06 2022
This commit is contained in:
parent
34a3d2196b
commit
93d1bea8e3
45 changed files with 1601 additions and 573 deletions
|
|
@ -412,7 +412,7 @@ class HTMLHelper
|
|||
public static function getWeekdaysString($weekdays = []){
|
||||
|
||||
$ret = "";
|
||||
if(count($weekdays)){
|
||||
if(is_array($weekdays) && count($weekdays)){
|
||||
foreach($weekdays as $weekday){
|
||||
if($weekday !== NULL){
|
||||
$ret .= self::getDay($weekday).', ';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue