Revert live hack from r36493, because it has no effect whatsoever.
authorRoan Kattouw <catrope@users.mediawiki.org>
Fri, 20 Jun 2008 10:51:17 +0000 (10:51 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Fri, 20 Jun 2008 10:51:17 +0000 (10:51 +0000)
commit10c679488c9f7184c6165f2a16fb31e778f7efe1
treefce783d4fdb104d80e90cc895676333bff0e8a98
parent38fdfb3526aa943182883452c2a29369035343df
Revert live hack from r36493, because it has no effect whatsoever.

$params['action'] cannot be an invalid action, because the $params array is filled by ApiBase::extractRequestParams() which checks whether the parameters are valid and throws an error message (ironically implemented with a UsageException) if they're not.
includes/api/ApiMain.php