Fix #4080: Invalid absolute urls created in acceptance tests

This commit is contained in:
buddh4 2020-05-13 14:27:41 +02:00
parent fb497abe87
commit b411273aa6
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@ HumHub Change Log
- Fix #4050: Broken Cron-job documentation link used in cron info sidebar snippet
- Fix #4036: Uploaded photos are not rotated correctly
- Fix #4078: Richtext linkextension pattern fails on link extensions with containing `)` in link title
- Fix #4080: Invalid absolute urls created in acceptance tests
1.5.1 (April 19, 2020)
----------------------

View File

@ -30,7 +30,7 @@ $default = [
],
'urlManager' => [
'showScriptName' => true,
'scriptUrl' => 'index-test.php',
'scriptUrl' => '/index-test.php',
],
],
'modules' => [