| Index: trunk/phase3/includes/specials/SpecialEmailuser.php |
| — | — | @@ -90,7 +90,7 @@ |
| 91 | 91 | $this->outputHeader(); |
| 92 | 92 | |
| 93 | 93 | $this->mTarget = is_null( $par ) |
| 94 | | - ? $wgRequest->getVal( 'wpTarget', '' ) |
| | 94 | + ? $wgRequest->getVal( 'wpTarget', $wgRequest->getVal( 'target', '' ) ) |
| 95 | 95 | : $par; |
| 96 | 96 | |
| 97 | 97 | $ret = self::getTarget( $this->mTarget ); |