* Add form to RCLinked and add to sp:specialpages
[lhc/web/wiklou.git] / includes / SpecialUncategorizedimages.php
index 7c91677..23deefe 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * Special page lists images which haven't been categorised
  *
- * @addtogroup Special pages
+ * @addtogroup SpecialPage
  * @author Rob Church <robchur@gmail.com>
  */
 
@@ -44,4 +44,4 @@ function wfSpecialUncategorizedimages() {
        return $uip->doQuery( $offset, $limit );
 }
 
-?>
+