another test fix
This commit is contained in:
parent
0e9bc87bb1
commit
f25f9aae25
1 changed files with 1 additions and 5 deletions
|
|
@ -74,11 +74,7 @@ $oldSettings{ specialState } = $session->setting->get( 'specialState' );
|
|||
$session->setting->set( 'specialState', '' );
|
||||
|
||||
my ( $mech );
|
||||
my $config_port;
|
||||
if ($session->config->get('webServerPort')) {
|
||||
$config_port = $session->config->get('webServerPort') || 80;
|
||||
}
|
||||
my $baseUrl = 'http://' . $session->config->get('sitename')->[0] . ":$config_port";
|
||||
my $baseUrl = $session->url->getSiteURL;
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
# Tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue