Line 85 in the module

83 	 foreach( $GLOBALS['wgAuthDrupal_wiki_settings'] as $vals)
84 	{
85 	StaticUserLogout($vals['wgCookiePrefix'], $vals['wgCookiePath'], $vals['wgCookieDomain'],
86 	}
87 	} 

NB I've set this to version 6.x-07 as the form is insisting on a version - not sure how to report problems against CSV

looks like the line should end with a ) and not a ,

CommentFileSizeAuthor
#1 mediawiki_syntax_bug.patch810 bytesseanburlington

Comments

seanburlington’s picture

Status: Active » Needs review
StatusFileSize
new810 bytes

This fixes the syntax error.

anarcat’s picture

Status: Needs review » Reviewed & tested by the community

Looking good.

seanburlington’s picture

Assigned: Unassigned » seanburlington
Status: Reviewed & tested by the community » Fixed

patch committed to cvs

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.