mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Downloads: Fix for screenshot links.
This commit is contained in:
@@ -637,7 +637,8 @@ class download_shortcodes extends e_shortcode
|
||||
{
|
||||
$tp = e107::getParser();
|
||||
|
||||
$url = e107::url('download', 'get', $this->var);
|
||||
$url = e107::url('download', 'image', $this->var);
|
||||
//$url = e_PLUGIN_ABS . "download/request.php?download." . $this->var['download_id'];
|
||||
|
||||
if($this->var['download_thumb'])
|
||||
{
|
||||
|
Reference in New Issue
Block a user