From db42e94c3d2f4d34e25a2f6116a6d1424218df2e Mon Sep 17 00:00:00 2001 From: "bugzilla%micropipes.com" Date: Sat, 28 Jan 2006 18:34:15 +0000 Subject: [PATCH] Added the call so the template starts - page works now --- webtools/addons/public/htdocs/ratecomment.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webtools/addons/public/htdocs/ratecomment.php b/webtools/addons/public/htdocs/ratecomment.php index 10e0ed81ecee..43392ab1607c 100644 --- a/webtools/addons/public/htdocs/ratecomment.php +++ b/webtools/addons/public/htdocs/ratecomment.php @@ -6,7 +6,8 @@ * @subpackage docs */ -require_once('includes.php'); +startProcessing('ratecomment.tpl', null, null); +require_once 'includes.php'; // If some of the inputs don't exist, throw an error and exit if (empty($_GET['aid']) || empty($_GET['cid']) || empty($_GET['r'])) {