X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialDeletedContributions.php;h=6f8e786e5fcbf5c22b59b085ebbca5acb16414b4;hb=6b758fc982972ee60856af0b766383f3aae97f65;hp=44352a78b5023fa92de9ac8307737e5eaaea19fc;hpb=355fdffe3eb08838e56909f7c36f6bff786c8b94;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialDeletedContributions.php b/includes/specials/SpecialDeletedContributions.php index 44352a78b5..6f8e786e5f 100644 --- a/includes/specials/SpecialDeletedContributions.php +++ b/includes/specials/SpecialDeletedContributions.php @@ -413,7 +413,8 @@ class DeletedContributionsPage extends SpecialPage { $target = $userObj->getName(); $out->addSubtitle( $this->getSubTitle( $userObj ) ); - if ( ( $ns = $request->getVal( 'namespace', null ) ) !== null && $ns !== '' ) { + $ns = $request->getVal( 'namespace', null ); + if ( $ns !== null && $ns !== '' ) { $options['namespace'] = intval( $ns ); } else { $options['namespace'] = '';