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