Follow-up r 86041 per CR and IRC:
authorHappy-melon <happy-melon@users.mediawiki.org>
Thu, 14 Apr 2011 12:17:24 +0000 (12:17 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Thu, 14 Apr 2011 12:17:24 +0000 (12:17 +0000)
commit08d460d384c149cbfef874acb843a9ba1fc84da6
treef05c5d3754bc2e929011d5d2baf251f96e9ec093
parent6d43e71d2a1a8e484f8269b9978f60f38b847ebf
Follow-up r 86041 per CR and IRC:
* Article constructor needs to be called with zero as second parameter
* Run stylize.php over new files
* Add Action::getLang() for consistency with other context accessors
* Fix declaration of FormAction::alterForm(), doesn't need to be passed by reference
* Fix inline use of Credits::getCredits() in SkinTemplate and SkinLegacy
includes/Action.php
includes/SkinLegacy.php
includes/SkinTemplate.php
includes/actions/CreditsAction.php
includes/actions/PurgeAction.php
includes/actions/WatchAction.php