Update param_ihm.php

This commit is contained in:
Laurent Destailleur 2023-02-19 02:55:11 +01:00 committed by GitHub
parent 8d548d0489
commit 4ba1309a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,7 +230,7 @@ if (!empty($conf->global->MAIN_USE_BOOKMARKS_FOR_LANDING_PAGES)) {
$i = 0;
while ($i < $object->db->num_rows($resql)) {
$obj = $db->fetch_object($resql);
$landing_url = str_replace(DOL_URL_ROOT,'',$obj->url);
$landing_url = str_replace(DOL_URL_ROOT, '', $obj->url);
$tmparray[$landing_url] = $obj->title;
$i++;
}