X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=api.php;h=a6ce3b25e317d114b7f382ce4e73002dc2b959d1;hb=4ce7d8a4cd2c9893102634e820cf7f6349244259;hp=6e75fb746ae672de4f99b3bc18b6b718fa17a9a1;hpb=bdfe02223205923d923923dd420ba0dd863cd0fe;p=lhc%2Fweb%2Fwiklou.git diff --git a/api.php b/api.php index 6e75fb746a..a6ce3b25e3 100644 --- a/api.php +++ b/api.php @@ -63,7 +63,7 @@ RequestContext::getMain()->setTitle( $wgTitle ); try { /* Construct an ApiMain with the arguments passed via the URL. What we get back * is some form of an ApiMain, possibly even one that produces an error message, - * but we don't care here, as that is handled by the ctor. + * but we don't care here, as that is handled by the constructor. */ $processor = new ApiMain( RequestContext::getMain(), $wgEnableWriteAPI );