mirror of
https://github.com/humhub/humhub.git
synced 2025-01-16 21:58:17 +01:00
Fix #4080: Invalid absolute urls created in acceptance tests
This commit is contained in:
parent
fb497abe87
commit
b411273aa6
@ -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)
|
||||
----------------------
|
||||
|
@ -30,7 +30,7 @@ $default = [
|
||||
],
|
||||
'urlManager' => [
|
||||
'showScriptName' => true,
|
||||
'scriptUrl' => 'index-test.php',
|
||||
'scriptUrl' => '/index-test.php',
|
||||
],
|
||||
],
|
||||
'modules' => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user