Add warning for unused params inside api
authorumherirrender <umherirrender_de.wp@web.de>
Wed, 26 Sep 2012 08:30:53 +0000 (10:30 +0200)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 3 Oct 2012 00:06:13 +0000 (00:06 +0000)
commitf53780d1a4201e4af9d4fd2f61db695b5f1f852a
treefc3fc34d2e51b9dd1d57a8d8a5ec3cc7af976b2d
parent11f49919c0cc898cc4bc97f9614b99dfa4d8b514
Add warning for unused params inside api

Now MediaWiki knows all used params, it can be helpful to get a list of
unused params. This can be spelling issues or the missing 'g' for
generator modules. When the client knows about this, he can correct
them.

Change-Id: I221b7cd02bed4a38aba161dc3f85eb8fd2aad52c
includes/api/ApiMain.php