Skip to content

Commit

Permalink
Fix phan
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jun 1, 2024
1 parent 6d9052f commit efffb63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/core/lib/xcal.lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ function build_rssfile($format, $title, $desc, $events_array, $outputfile, $filt
$url = empty($event["url"]) ? '' : $event["url"];
$author = $event["author"];
$category = empty($event["category"]) ? null : $event["category"];
$image = '';
if (!empty($event["image"])) {
$image = $event["image"];
} else {
Expand Down

0 comments on commit efffb63

Please sign in to comment.