1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-25 00:41:52 +02:00

Update download_shortcodes.php

This commit is contained in:
rica-carv
2025-03-27 19:41:58 +00:00
committed by GitHub
parent 62bd55ad09
commit cd56f08b12

View File

@@ -1124,7 +1124,7 @@ class download_shortcodes extends e_shortcode
{
$dlrowrow = $sql->fetch();
extract($dlrowrow);
$url = $url = e107::url('download', 'item', $dlrowrow);
$url = e107::url('download', 'item', $dlrowrow);
return "<a class='" . $class . "' href='" . $url . "' title=\"" . $dlrowrow['download_name'] . "\">" . LAN_NEXT . " " . $icon . "</a>\n";