(bug 17964) Don't make namespaceDupes fail if someone actually has an empty interwiki...
[lhc/web/wiklou.git] / maintenance / backupPrefetch.inc
index 413247d..512af1c 100644 (file)
@@ -52,6 +52,7 @@ foreach( $xmlReaderConstants as $name ) {
  *   recorded, so the previous dump is a reliable source
  *
  * Requires PHP 5 and the XMLReader PECL extension.
+ * @ingroup Maintenance
  */
 class BaseDump {
        var $reader = null;
@@ -199,5 +200,3 @@ class BaseDump {
                return null;
        }
 }
-
-?>