Debug routing
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
21c6c7684e
commit
2d0699184c
@ -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 . "=";
|
||||
|
Loading…
Reference in New Issue
Block a user