Added the call so the template starts - page works now

This commit is contained in:
bugzilla%micropipes.com 2006-01-28 18:34:15 +00:00
Родитель 997335f552
Коммит db42e94c3d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

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