Allow the signature button wikitext to be overridden locally
[lhc/web/wiklou.git] / maintenance / rebuildLocalisationCache.php
index 68b6ea3..b9c797d 100644 (file)
@@ -114,6 +114,7 @@ class RebuildLocalisationCache extends Maintenance {
                                // Child, reseed because there is no bug in PHP:
                                // http://bugs.php.net/bug.php?id=42465
                                mt_srand( getmypid() );
+
                                $this->doRebuild( $codes, $lc, $force );
                                exit( 0 );
                        } elseif ( $pid === -1 ) {