summaryrefslogtreecommitdiff
path: root/includes/ImageQueryPage.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/ImageQueryPage.php')
-rw-r--r--includes/ImageQueryPage.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/includes/ImageQueryPage.php b/includes/ImageQueryPage.php
index 8948ddc6..da9b6fd6 100644
--- a/includes/ImageQueryPage.php
+++ b/includes/ImageQueryPage.php
@@ -4,8 +4,7 @@
* Variant of QueryPage which uses a gallery to output results, thus
* suited for reports generating images
*
- * @package MediaWiki
- * @addtogroup SpecialPage
+ * @ingroup SpecialPage
* @author Rob Church <robchur@gmail.com>
*/
class ImageQueryPage extends QueryPage {
@@ -64,5 +63,3 @@ class ImageQueryPage extends QueryPage {
}
}
-
-