Index: trunk/extensions/BoardVote/BoardVote_body.php |
— | — | @@ -74,7 +74,6 @@ |
75 | 75 | } elseif ( $this->mAction == "unstrike" ) { |
76 | 76 | $this->strike( $this->mId, true ); |
77 | 77 | } elseif( $this->mAction == "vote" && !$this->mFinished ) { |
78 | | - return; |
79 | 78 | if ( !$wgUser->getID() ) { |
80 | 79 | $this->notLoggedIn(); |
81 | 80 | } else { |
Index: trunk/extensions/BoardVote/BoardVote.i18n.php |
— | — | @@ -10,7 +10,7 @@ |
11 | 11 | |
12 | 12 | $wgBoardVoteMessages['en'] = array( |
13 | 13 | 'boardvote' => "Wikimedia Board of Trustees election", |
14 | | - 'boardvote_entry' => "<!--* [[Special:Boardvote/vote|Vote]]--> |
| 14 | + 'boardvote_entry' => "* [[Special:Boardvote/vote|Vote]] |
15 | 15 | * [[Special:Boardvote/list|List votes to date]] |
16 | 16 | * [[Special:Boardvote/dump|Dump encrypted election record]]", |
17 | 17 | 'boardvote_intro' => " |