diff options
Diffstat (limited to 'maintenance/cleanupCaps.php')
-rw-r--r-- | maintenance/cleanupCaps.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maintenance/cleanupCaps.php b/maintenance/cleanupCaps.php index 5a61bf23..77a95ffa 100644 --- a/maintenance/cleanupCaps.php +++ b/maintenance/cleanupCaps.php @@ -153,4 +153,4 @@ $ns = isset( $options['namespace'] ) ? $options['namespace'] : 0; $caps = new CapsCleanup( isset( $options['dry-run'] ), $ns ); $caps->cleanup(); -?> + |