diff -r b11a2f1353c0 -r a78537db2850 includes/pageutils.php --- a/includes/pageutils.php Sat Nov 03 14:30:53 2007 -0400 +++ b/includes/pageutils.php Tue Nov 06 10:53:33 2007 -0500 @@ -842,7 +842,7 @@ return 'The page "' . $name . '" has been undeleted according to the log created at ' . $rb['date_string'] . '.'; break; case "reupload": - if ( !$session->get_permissions('history_rollbacks_extra') ) + if ( !$session->get_permissions('history_rollback_extra') ) { return 'Administrative privileges are required for file rollbacks.'; }