summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-08-23 08:25:44 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-08-23 08:25:44 +0000
commitb4af893cebc6cb678174c425792496873c859fdb (patch)
treec333aba73c2055045c0664a2898dcd6d83df10a8 /install.php
parent647d91aaef796c31b4e54154e8642bea95181a8e (diff)
downloadbrdo-b4af893cebc6cb678174c425792496873c859fdb.tar.gz
brdo-b4af893cebc6cb678174c425792496873c859fdb.tar.bz2
#76525 by asimmonds. Fixing another call to an undefined function.
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
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";