summaryrefslogtreecommitdiff
path: root/includes/install.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/install.inc')
-rw-r--r--includes/install.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/install.inc b/includes/install.inc
index 50281c86c..b4367c16d 100644
--- a/includes/install.inc
+++ b/includes/install.inc
@@ -262,7 +262,7 @@ function drupal_verify_profile($profile) {
$profile_file = "./profiles/$profile/$profile.profile";
if (!isset($profile) || !file_exists($profile_file)) {
- _install_no_profile_error();
+ install_no_profile_error();
}
require_once($profile_file);