Removed Toki Pona localization files
[lhc/web/wiklou.git] / maintenance / rebuildLocalisationCache.php
index 68b6ea3..48602de 100644 (file)
@@ -112,8 +112,9 @@ class RebuildLocalisationCache extends Maintenance {
 
                        if ( $pid === 0 ) {
                                // Child, reseed because there is no bug in PHP:
-                               // http://bugs.php.net/bug.php?id=42465
+                               // https://bugs.php.net/bug.php?id=42465
                                mt_srand( getmypid() );
+
                                $this->doRebuild( $codes, $lc, $force );
                                exit( 0 );
                        } elseif ( $pid === -1 ) {