Patch #130946 by KarenS: fixed undefined variable output.

Backport from HEAD.
5.x
Neil Drumm 2007-03-29 05:06:19 +00:00
parent 7a360efce0
commit 44f6dcb34e
1 changed files with 1 additions and 0 deletions

View File

@ -527,6 +527,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);