make fixUrl work when lots of recursion is required
This commit is contained in:
parent
4c7e00b298
commit
c4b309f434
1 changed files with 2 additions and 1 deletions
|
|
@ -771,7 +771,8 @@ sub fixUrl {
|
|||
$parts[0] .= "2";
|
||||
}
|
||||
$url = join(".",@parts);
|
||||
$url = $self->fixUrl($url);
|
||||
@_ = ($self, $url);
|
||||
goto $self->can('fixUrl');
|
||||
}
|
||||
return $url;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue