@@ -66,7 +66,7 @@ |
||
66 | 66 | public function userRightsUrl(Project $project) |
67 | 67 | { |
68 | 68 | return $project->getUrl() . $project->getScriptPath() . "?title=Special:UserRights&user=" . |
69 | - $this->getUsername(); |
|
69 | + $this->getUsername(); |
|
70 | 70 | } |
71 | 71 | |
72 | 72 | /** |