Elliott F. Cable wrote:
I talked with hyarion on MSN, and we figured it out - he was trying to install an old version of the newuserlog file from the old CVS repository. In the process, we came over something interesting - the version of newuserlog in SVN won't work with the standard downloadable distribution of 1.6.3 now. Two changes are necessary:
On line 54, change: function wfNewuserlogHook( $user ) { to... function wfNewuserlogHook() {
Change this instead to:
function wfNewuserlogHook( $user=null ) {
Then, on line 57, change: if( is_null( $user ) ) {
and don't change that.
-- brion vibber (brion @ pobox.com)