* Fix bug #41631, only get base url when the lib is not empty.
This commit is contained in:
@@ -109,7 +109,7 @@ $docContent = panel
|
||||
div
|
||||
(
|
||||
setClass('detail base-url'),
|
||||
$lang->api->baseUrl . $delimiter . $lib->baseUrl
|
||||
$lang->api->baseUrl . $delimiter . ($lib ? $lib->baseUrl : '')
|
||||
),
|
||||
h::hr(setClass('mb-4')),
|
||||
div
|
||||
|
||||
Reference in New Issue
Block a user