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()