summaryrefslogtreecommitdiff
path: root/maintenance/backupPrefetch.inc
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/backupPrefetch.inc')
-rw-r--r--maintenance/backupPrefetch.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/maintenance/backupPrefetch.inc b/maintenance/backupPrefetch.inc
index 413247d7..512af1c7 100644
--- a/maintenance/backupPrefetch.inc
+++ b/maintenance/backupPrefetch.inc
@@ -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;
}
}
-
-?>