API: Changing all modules' getParamDescription(), getAllowedParams() and getDescripti...
[lhc/web/wiklou.git] / includes / api / ApiQueryImages.php
index 10a5885..da32e89 100644 (file)
@@ -98,7 +98,7 @@ class ApiQueryImages extends ApiQueryGeneratorBase {
                $db->freeResult($res);
        }
 
-       protected function getDescription() {
+       public function getDescription() {
                return 'Returns all images contained on the given page(s)';
        }