https://bugzilla.wikimedia.org/show_bug.cgi?id=28261
--- Comment #1 from Reedy <[email protected]> 2011-05-20 17:55:13 UTC --- What should the behaviour be if the user doesn't have deletedhistory, but has deletedtext? :/ It seems to be, Special:Undelete doesn't allow this $this->setHeaders(); if ( !$this->userCanExecute( $wgUser ) ) { $this->displayRestrictionError(); return; } Or are you literally meaning, if they're allowed to view the history, AND they are allowed to view the text, be able to get the text as a property? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
