Last modified: 2007-08-31 08:48:32 UTC
Invoking Special:Review without a page_id supplied (but a mode) triggers an fatal error (see URL), as the existence of the $title-object isn't checked before invoking view_version_statistics (resp. view_version_statistics). The following patch fixes this bug, additionally, it allows to provide the page to be reviewed as a title-String (e.g. Special:Review/Main_Page) by evaluating the $par-argument of SpecialPage::execute (if the page_id-param isn't set). Furthermore view_page_statistics is set as the default mode.
Created attachment 1228 [details] See above
Done in r25340.