From eee6dc2cf7e1d1b08614de2613fd4f70ccde970e Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 22 Jan 2006 18:23:35 +0000 Subject: [PATCH] require() the controller even if we override paths --- global.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.php b/global.php index 1a0e002..7e0353e 100644 --- a/global.php +++ b/global.php @@ -20,11 +20,11 @@ \*=====================================================================*/ require_once('./includes/init.php'); +require_once('./includes/node.php'); $dochooser = ((defined('PATH_OVERRIDE') AND PATH_OVERRIDE == 1) ? false : true); if ($dochooser) { - require_once('./includes/node.php'); $controller = new Node_Controller(Paths::init()); if (isset($viewsvn->in['rebuild']) AND $viewsvn->in['rebuild'] == 1 AND $viewsvn->get('debug') == true) -- 2.22.5