redirectTo now uses the new linker class

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas)
2011-06-14 18:22:29 +02:00
parent 0b3e788b86
commit 76b716d41d
2 changed files with 21 additions and 13 deletions

View File

@@ -150,7 +150,7 @@ class linker
# For all but the first argument, prepend "&amp;"
if (substr($link, -1) != "?")
{
$link .= "&amp;";
$link .= "&";
}
# Encode parameters and add them to the link