From cd56f08b126e8124fd1e34e6ce4e68401f6e0a82 Mon Sep 17 00:00:00 2001 From: rica-carv Date: Thu, 27 Mar 2025 19:41:58 +0000 Subject: [PATCH] Update download_shortcodes.php --- e107_plugins/download/download_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/download/download_shortcodes.php b/e107_plugins/download/download_shortcodes.php index e19994c8e..bfd3c2dc8 100644 --- a/e107_plugins/download/download_shortcodes.php +++ b/e107_plugins/download/download_shortcodes.php @@ -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 "" . LAN_NEXT . " " . $icon . "\n";