* Use local context instead of global variables, made static function in CreditsActio...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 7 Oct 2011 17:49:45 +0000 (17:49 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 7 Oct 2011 17:49:45 +0000 (17:49 +0000)
commit2b3f7ae7b48781c15f6eab51e3faf8c6da2f8bff
treebe94e5308b352b9d3f2c7b7d522145e4f91b01d9
parent646fcb5dbd050e983f57075f5f6ffe80b13fb5bd
* Use local context instead of global variables, made static function in CreditsAction non-static so that they can use the context
* Added missing Action::msg() method
includes/Action.php
includes/actions/CreditsAction.php