Skip to content
Snippets Groups Projects
Commit 2772420b authored by Laurent's avatar Laurent
Browse files

hotline #66376 test fix

parent b648a748
Branches
Tags
3 merge requests!2464Master,!2463Hotline master,!2460hotline #66376 display overlapsed openings 30 days before validity start
Pipeline #3243 passed with stage
in 25 minutes and 1 second
......@@ -71,9 +71,11 @@ class ZendAfi_View_Helper_LibraryOpenings extends ZendAfi_View_Helper_BaseHelper
protected function _renderPeriods($periodical) {
return implode('',
array_map([$this, '_renderPeriod'],
$periodical));
return $periodical
? implode('',
array_map([$this, '_renderPeriod'],
$periodical))
: '';
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment