Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
bibliossimo
opacce
Commits
2772420b
Commit
2772420b
authored
Jan 06, 2018
by
Laurent
Browse files
hotline #66376 test fix
parent
b648a748
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
library/ZendAfi/View/Helper/LibraryOpenings.php
library/ZendAfi/View/Helper/LibraryOpenings.php
+5
-3
No files found.
library/ZendAfi/View/Helper/LibraryOpenings.php
View file @
2772420b
...
...
@@ -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
))
:
''
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment