Remove call to wfSeedRandom(), this function does nothing
This commit is contained in:
parent
5937aef1a0
commit
a75a0d0457
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue