#12176 fixed empty news board

This commit is contained in:
Daniel Cebrian 2023-12-05 13:23:37 +01:00
parent 4ce47cec8e
commit 75720df6fa
1 changed files with 2 additions and 0 deletions

View File

@ -117,6 +117,8 @@ class NewsBoard extends Element
$output .= '</div>';
return $output;
} else {
return '';
}
}