From c71bf2344490e8bf1e98e0ba86891d20cb41f702 Mon Sep 17 00:00:00 2001 From: Jarrett Jordaan Date: Mon, 27 Jul 2009 14:23:23 +0200 Subject: [PATCH] StoryId778896:Cleanup Installer Framework --- control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/control.php b/control.php index 06e50bc..07a92be 100644 --- a/control.php +++ b/control.php @@ -37,7 +37,7 @@ */ // check if system has been installed -require_once("setup/wizard/install_util.php"); +require_once("setup/wizard/installUtil.php"); // Check if system has been installed $iu = new InstallUtil(); if(!$iu->isSystemInstalled()) { -- libgit2 0.21.4