I installed the current development version on my test server, and when a user comments on someone else's posts the following error appears:
warning: array_merge() [function.array-merge]: Argument #2 is not an array in /includes/common.inc on line 1940.
warning: Invalid argument supplied for foreach() in /includes/common.inc on line 1971.
If you need more information, I can supply it.
Comments
Comment #1
phasmaphobic commentedI should add that this only happens while comment_notify is enabled. As soon as I disable it, the error ceases to appear.
Comment #2
gregglesSeems like a duplicate of http://drupal.org/node/191313 (which should be fixed in the -dev version now)