From 81e3c81db67de95f312e58f8f3a64ff7d3c729c6 Mon Sep 17 00:00:00 2001 From: rica-carv Date: Wed, 4 May 2016 11:54:55 +0100 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 8c62de3f2..91e93a188 100644 --- a/e107_plugins/download/download_shortcodes.php +++ b/e107_plugins/download/download_shortcodes.php @@ -443,7 +443,7 @@ class download_shortcodes extends e_shortcode $url = e_PLUGIN_ABS."download/admin_download.php?action=edit&id=".$this->var['download_id']; - return (ADMIN && getperms('6')) ? "".$icon."" : ""; + return (ADMIN && getperms('6')) ? "".$icon."" : ""; } function sc_download_category()