Strict Standards: Only variables should be passed by reference in /home/example/public_html/install.php on line 1196
Clean install of D7 January 1, 2010.
Choose language page.
1196:
$output = drupal_render(drupal_get_form('install_select_locale_form', $locales, $profilename));
Comments
Comment #1
c960657 commentedThere is a patch awaiting review in #348448: Always report E_STRICT errors that (hopefully) removes all E_STRICT warnings from core.
Comment #2
peterx commentedon line 1204
Comment #3
peterx commentedLine 1204 is the following and it is mentioned in the patch at http://drupal.org/node/348448
$output = drupal_render(drupal_get_form('install_select_locale_form', $locales, $profilename));