Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
latoilescoute-dev
scoodle
Commits
2d069918
Unverified
Commit
2d069918
authored
Mar 29, 2018
by
Thomas Citharel
Browse files
Debug routing
Signed-off-by:
Thomas Citharel
<
tcit@tcit.fr
>
parent
21c6c768
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/classes/Framadate/Utils.php
View file @
2d069918
...
...
@@ -115,8 +115,8 @@ class Utils {
}
if
(
$vote_id
!==
''
)
{
$url
.
=
'&vote='
.
$vote_id
.
"#edit"
;
}
elseif
(
$action
!==
null
)
{
if
(
$action_value
!==
null
)
{
}
elseif
(
$action
)
{
if
(
$action_value
)
{
$url
.
=
'&'
.
$action
.
"="
.
$action_value
;
}
else
{
$url
.
=
'&'
.
$action
.
"="
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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