Remove call to wfSeedRandom(), this function does nothing

This commit is contained in:
Alexandre Emsenhuber 2008-06-23 17:33:41 +00:00
parent 5937aef1a0
commit a75a0d0457

View 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;