When I run /install.php?profile=default, I get the following warning:

Notice: Undefined variable: output in /Users/jwilkins/Sites/Drupal-CVS/core-HEAD/install.php on line 526

This patch fixes that.

It only removes a single period (“$output .=” becomes “$output =”), so I’ve set it to RTBC.

CommentFileSizeAuthor
install_27.patch1.22 KBJohnAlbin
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)