Skip to content
Snippets Groups Projects
Unverified Commit 2d069918 authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Debug routing


Signed-off-by: default avatarThomas Citharel <tcit@tcit.fr>
parent 21c6c768
No related branches found
No related tags found
No related merge requests found
......@@ -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 . "=";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment