fixed various bugs
This commit is contained in:
parent
e896f3cb1e
commit
8061e40dcf
4 changed files with 20 additions and 14 deletions
|
|
@ -95,7 +95,7 @@ sub append {
|
|||
my ($url);
|
||||
$url = $_[0];
|
||||
if ($url =~ /\?/) {
|
||||
$url .= '&'.$_[1];
|
||||
$url .= '&'.$_[1];
|
||||
} else {
|
||||
$url .= '?'.$_[1];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue