redirectTo now uses the new linker class
Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
@@ -150,7 +150,7 @@ class linker
|
||||
# For all but the first argument, prepend "&"
|
||||
if (substr($link, -1) != "?")
|
||||
{
|
||||
$link .= "&";
|
||||
$link .= "&";
|
||||
}
|
||||
|
||||
# Encode parameters and add them to the link
|
||||
|
||||
Reference in New Issue
Block a user