Skip to content

Commit

Permalink
Eoxia#80 [PublicShortener] fix: wrong public link
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-eoxia committed Jan 17, 2025
1 parent 9c4c7d2 commit 01e5b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/publicinterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
$head = easyurl_admin_prepare_head();
print dol_get_fiche_head($head, 'publicinterface', $title, -1, 'easyurl_color@easyurl');

$publicInterfaceUrl = dol_buildpath('custom/easyurl/public/shortener/public_shortener?entity=' . $conf->entity, 3);
$publicInterfaceUrl = dol_buildpath('custom/easyurl/public/shortener/public_shortener.php?entity=' . $conf->entity, 3);
print '<a class="marginrightonly" href="' . $publicInterfaceUrl . '" target="_blank">' . img_picto('', 'url', 'class="pictofixedwidth"') . $langs->trans('PublicInterfaceObject', $langs->transnoentities('OfAssignShortener')) . '</a>';
print showValueWithClipboardCPButton($publicInterfaceUrl, 0, 'none');

Expand Down

0 comments on commit 01e5b2b

Please sign in to comment.