Remove call to wfSeedRandom(), this function does nothing
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 23 Jun 2008 17:33:41 +0000 (17:33 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Mon, 23 Jun 2008 17:33:41 +0000 (17:33 +0000)
includes/Setup.php

index 80e728d..2e0f15b 100644 (file)
@@ -272,8 +272,6 @@ if ( $wgAjaxUploadDestCheck ) $wgAjaxExportList[] = 'UploadForm::ajaxGetExistsWa
 if( $wgAjaxLicensePreview )
        $wgAjaxExportList[] = 'UploadForm::ajaxGetLicensePreview';
 
-wfSeedRandom();
-
 # Placeholders in case of DB error
 $wgTitle = null;
 $wgArticle = null;