X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=api.php;h=a6ce3b25e317d114b7f382ce4e73002dc2b959d1;hp=6e75fb746ae672de4f99b3bc18b6b718fa17a9a1;hb=6fd5e71ef9bfe940ae666dbd300c301b5299fab1;hpb=fc1ca75323b5f424a9f8d28d42d85a311ed2f721 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 );