X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialDeletedContributions.php;h=6f8e786e5fcbf5c22b59b085ebbca5acb16414b4;hb=96473ea6e484cae15981d11b13c211d55ddaf14c;hp=44352a78b5023fa92de9ac8307737e5eaaea19fc;hpb=1b14b25a0768f7f45eacde0a05f075cdf87e9cda;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'] = '';