diff options
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index 46545edad..ba6f223a4 100644 --- a/install.php +++ b/install.php @@ -51,7 +51,7 @@ function install_main() { install_goto("install.php?profile=$profile"); } else { - _install_no_profile_error(); + install_no_profile_error(); } // Load the profile. require_once "./profiles/$profile/$profile.profile"; |