summaryrefslogtreecommitdiff
path: root/maintenance/refreshLinks.php
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/refreshLinks.php')
-rw-r--r--maintenance/refreshLinks.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/maintenance/refreshLinks.php b/maintenance/refreshLinks.php
index 40e12115..34ca53c5 100644
--- a/maintenance/refreshLinks.php
+++ b/maintenance/refreshLinks.php
@@ -18,7 +18,7 @@ if ( !$options['dfn-only'] ) {
$start = 1;
}
- refreshLinks( $start, $options['new-only'], $options['m'], $options['e'] );
+ refreshLinks( $start, $options['new-only'], $options['m'], $options['e'], $options['redirects-only'] );
}
// this bit's bad for replication: disabling temporarily
// --brion 2005-07-16
@@ -28,4 +28,4 @@ if ( $options['globals'] ) {
print_r( $GLOBALS );
}
-?>
+