https://bugzilla.wikimedia.org/show_bug.cgi?id=19833
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Roan Kattouw <[email protected]> 2011-11-14 19:35:42 UTC --- (In reply to comment #2) > Created attachment 9094 [details] > Configuration Option > Comments on the patch: * Please choose a clearer name for the $wg var if you can, the current name is not very descriptive * Don't use two nested if statements, but use if ( $wgFoo && ... && ... ) * Observe whitespace conventions for your if statements -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
