From 1ced5136a1706fb5f930ab025f6568fb79965a5d Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 14 Nov 2005 09:31:18 +0000 Subject: [PATCH] Only include webPageTemplate.inc at dispatch-time, as it has side-effects when included before this time. --- lib/dispatcher.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dispatcher.inc.php b/lib/dispatcher.inc.php index 3414e3a..3bc4e01 100644 --- a/lib/dispatcher.inc.php +++ b/lib/dispatcher.inc.php @@ -1,6 +1,5 @@ event_var, $_REQUEST)) { $event = $_REQUEST[$this->event_var]; -- libgit2 0.21.4