Closed (fixed)
Project:
Mediawiki auth bridge
Version:
6.x-0.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Oct 2010 at 10:53 UTC
Updated:
21 Feb 2011 at 22:40 UTC
Jump to comment: Most recent file
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 ,
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mediawiki_syntax_bug.patch | 810 bytes | seanburlington |
Comments
Comment #1
seanburlington commentedThis fixes the syntax error.
Comment #2
anarcat commentedLooking good.
Comment #3
seanburlington commentedpatch committed to cvs