From: Alexandre Emsenhuber Date: Mon, 23 Jun 2008 17:33:41 +0000 (+0000) Subject: Remove call to wfSeedRandom(), this function does nothing X-Git-Tag: 1.31.0-rc.0~46904 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=a75a0d045779a629a98dfc66619aa1f528aa3971;p=lhc%2Fweb%2Fwiklou.git Remove call to wfSeedRandom(), this function does nothing --- 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;