X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=api.php;h=a6ce3b25e317d114b7f382ce4e73002dc2b959d1;hb=8f9c55660fd5f0801182e7ed6a95cfe63363d6b9;hp=6e75fb746ae672de4f99b3bc18b6b718fa17a9a1;hpb=e3bd13db0c285f312e31bb1b7271af4628cca80c;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 );