https://bugzilla.wikimedia.org/show_bug.cgi?id=29135
T. Gries <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #23 from T. Gries <[email protected]> 2012-02-12 09:21:39 UTC --- Thanks fixed in r111287 . I changed your patch slightly to make it shorter if( $this->getUser()->isLoggedIn() ) { $a['Username']['default'] = $this->getUser()->getName(); Please allow me only two very kind remarks: Perhaps, if possible, can you always make sure to have the latest version from trunk ("svn up") to which you then apply your patch and make a diff, this makes life even more esaier? Thanks in advance. Regarding the braces, there are MediaWiki Code conventions you can visit https://www.mediawiki.org/wiki/Manual:Coding_conventions#General_style (MediaWiki's indenting style is similar to the so-called "One True Brace Style"). -- 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
