From: rich Date: Thu, 7 Dec 2006 17:05:32 +0000 (+0000) Subject: Fix prototype call to get_template. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=6af43a07ce1d7d355e509b5bb94e832880d79db4;p=cocanwiki.git Fix prototype call to get_template. --- diff --git a/scripts/00-TEMPLATE.ml. b/scripts/00-TEMPLATE.ml. index b02bd67..51ecafb 100644 --- a/scripts/00-TEMPLATE.ml. +++ b/scripts/00-TEMPLATE.ml. @@ -1,7 +1,7 @@ (* COCANWIKI - a wiki written in Objective CAML. * Written by Richard W.M. Jones . * Copyright (C) 2004 Merjis Ltd. - * $Id: 00-TEMPLATE.ml.,v 1.2 2006/08/09 15:35:22 rich Exp $ + * $Id: 00-TEMPLATE.ml.,v 1.3 2006/12/07 17:05:32 rich Exp $ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,7 +28,7 @@ open Cocanwiki open Cocanwiki_template let run r (q : cgi) dbh hostid _ _ = - let template = get_template dbh hostid "00-TEMPLATE.html" in + let template = get_template r dbh hostid "00-TEMPLATE.html" in