update 175 causes warnings while updating:

    * warning: array_merge(): Argument #2 is not an array in /path/drupal-cvs/update.php on line 307.
    * warning: Invalid argument supplied for foreach() in /path/drupal-cvs/update.php on line 500.

afair this is php5 specific (i've not tested it with php4). simple fix attached.

CommentFileSizeAuthor
drupal_update_array.patch515 bytesfago
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

fago’s picture

Status: Active » Needs review
Dries’s picture

Status: Needs review » Fixed

Committed to HEAD. Thanks.

Anonymous’s picture

Status: Fixed » Closed (fixed)