Skip to content
Snippets Groups Projects
Commit 56a31aa4 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '7728-handle-http-and-https-redirects' into 'master'

add / for test link

See merge request !11
parents 51078315 462c0f31
Branches
No related tags found
1 merge request!11add / for test link
......@@ -149,7 +149,7 @@ if (!$oR->isEnabled()) {
$sRelFrom = $sFrom;
break;
case 'regex':
$sRelFrom = $aTo['link'] ?? ($sFrom == '.*' ? 'something' : false);
$sRelFrom = $aTo['link'] ?? ($sFrom == '.*' ? '/something' : false);
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment