Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
app
Commits
3765a9de
Commit
3765a9de
authored
Jan 04, 2022
by
Laurent Lécluse
Browse files
Plus de paramètres optionnels autorisés avant des paramètres obligatoires
parent
fab5b530
Pipeline
#12008
failed with stages
in 1 minute
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/UnicaenApp/View/Helper/Navigation/AbstractMenu.php
View file @
3765a9de
...
...
@@ -155,7 +155,7 @@ class AbstractMenu extends Menu
*
* @return bool
*/
private
function
setAcceptCache
(
AbstractPage
$page
,
$recursive
=
true
,
$result
)
private
function
setAcceptCache
(
AbstractPage
$page
,
$recursive
,
$result
)
{
$this
->
acceptCache
[]
=
[
'page'
=>
$page
,
...
...
Write
Preview
Supports
Markdown
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