Commit c71bf2344490e8bf1e98e0ba86891d20cb41f702

Authored by Jarrett Jordaan
1 parent 085a78b3

StoryId778896:Cleanup Installer Framework

Committed by: Jarrett Jordaan

Reviewed by: Megan Watson
Showing 1 changed file with 1 additions and 1 deletions
control.php
@@ -37,7 +37,7 @@ @@ -37,7 +37,7 @@
37 */ 37 */
38 38
39 // check if system has been installed 39 // check if system has been installed
40 -require_once("setup/wizard/install_util.php"); 40 +require_once("setup/wizard/installUtil.php");
41 // Check if system has been installed 41 // Check if system has been installed
42 $iu = new InstallUtil(); 42 $iu = new InstallUtil();
43 if(!$iu->isSystemInstalled()) { 43 if(!$iu->isSystemInstalled()) {