From: Sam Reed Date: Wed, 22 Dec 2010 21:08:40 +0000 (+0000) Subject: Add a really basic example for completeness X-Git-Tag: 1.31.0-rc.0~33165 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=0038f4533b5058255aa4c3c6f78dc75d404b3776;p=lhc%2Fweb%2Fwiklou.git Add a really basic example for completeness --- diff --git a/includes/api/ApiQueryQueryPage.php b/includes/api/ApiQueryQueryPage.php index a0006450c8..2259aad0fd 100644 --- a/includes/api/ApiQueryQueryPage.php +++ b/includes/api/ApiQueryQueryPage.php @@ -168,7 +168,7 @@ class ApiQueryQueryPage extends ApiQueryGeneratorBase { protected function getExamples() { return array( - + 'api.php?action=query&list=querypages&qppage=Ancientpages' ); }