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

add / for test link

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