summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-03-25 23:34:17 +0000
committerDries Buytaert <dries@buytaert.net>2007-03-25 23:34:17 +0000
commit2e0bb6e939e54c5cc8fe03e583d07b358cffb0c4 (patch)
tree4edf33b1e0940aa3917ed748f633e8ecfa49ac96 /install.php
parent8f46152ad6c30950840dc12b8d1428b62e9d5983 (diff)
downloadbrdo-2e0bb6e939e54c5cc8fe03e583d07b358cffb0c4.tar.gz
brdo-2e0bb6e939e54c5cc8fe03e583d07b358cffb0c4.tar.bz2
- Patch #130946 by KarenS: fixed undefined variable output.
Diffstat (limited to 'install.php')
-rw-r--r--install.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php
index 8794b21d2..003e68f65 100644
--- a/install.php
+++ b/install.php
@@ -547,6 +547,7 @@ function install_missing_modules_error($profile) {
*/
function install_complete($profile) {
global $base_url;
+ $output = '';
// Store install profile for later use.
variable_set('install_profile', $profile);