Pass the full context to the ApiMain instance from api.php.
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 6 Jul 2012 08:41:17 +0000 (10:41 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Fri, 6 Jul 2012 17:04:50 +0000 (19:04 +0200)
commita9bb27bf119f05e7ea2f6e15fbedacf60fbe8c8c
treed028dc7f5735f64e63afd5ca3ed125dda3890218
parent34515a133e16bf39a21aee1a5afedd8437ebbf62
Pass the full context to the ApiMain instance from api.php.

Passing only the WebRequest instance is not the best
thing when it accepts a complete context.

Change-Id: If02148c850b395a2382f87cbeafbc25887ce8728
api.php