From ffc605f936cbf1132891c96a9d8ccb2b578dff04 Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 30 Dec 2020 10:18:33 -0800 Subject: [PATCH] Fixes #4324 typo causing fatal error. --- e107_plugins/download/request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/download/request.php b/e107_plugins/download/request.php index 54faf6f49..149031de2 100644 --- a/e107_plugins/download/request.php +++ b/e107_plugins/download/request.php @@ -12,7 +12,7 @@ $log = e107::getLog(); $id = FALSE; $sql = e107::getDb(); -$tp = e107::getRender(); +$tp = e107::getParser(); $pref = e107::pref('core'); if (!is_numeric(e_QUERY) && empty($_GET['id']))