1
0
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:
Cameron
2017-04-26 10:03:12 -07:00
parent 8135bde5f7
commit 252abfdce6
3 changed files with 13 additions and 8 deletions

View File

@@ -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'])
{