From a75a0d045779a629a98dfc66619aa1f528aa3971 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Mon, 23 Jun 2008 17:33:41 +0000 Subject: [PATCH] Remove call to wfSeedRandom(), this function does nothing --- includes/Setup.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/Setup.php b/includes/Setup.php index 80e728d977..2e0f15bdb8 100644 --- a/includes/Setup.php +++ b/includes/Setup.php @@ -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; -- 2.20.1