Index: trunk/phase3/includes/PageHistory.php |
— | — | @@ -248,7 +248,7 @@ |
249 | 249 | $s .= ' '.$this->mSkin->generateRollback( $rev ); |
250 | 250 | } |
251 | 251 | |
252 | | - if ( $wgUser->isAllowed( 'rollback' ) && !is_null($next)) { |
| 252 | + if ( !is_null($next)) { |
253 | 253 | $undolink = $this->mSkin->makeKnownLinkObj( |
254 | 254 | $this->mTitle, '('.htmlspecialchars( wfMsg( 'editundo' ) ).')', |
255 | 255 | 'action=edit&undoafter=' . $next->rev_id . '&undo=' . $rev->getId(), |