mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fix for broken link when using {DOWNLOAD_LIST_IMAGEFULL=link}
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
require_once("class2.php");
|
||||
|
||||
$query = (e_QUERY) ? "?".e_QUERY : "";
|
||||
$query = (e_QUERY) ? "?".str_replace("&","&",e_QUERY) : "";
|
||||
|
||||
e107::getRedirect()->go(e_PLUGIN."download/download.php".$query,true);
|
||||
|
||||
|
Reference in New Issue
Block a user