Index: SpecialNuke_body.php =================================================================== --- SpecialNuke_body.php (revision 61531) +++ SpecialNuke_body.php (working copy) @@ -122,7 +122,7 @@ array( 'rc_namespace', 'rc_title', 'rc_timestamp', 'COUNT(*) AS edits' ), array( 'rc_user_text' => $username, - '(rc_new = 1) OR (rc_log_type = "upload" AND rc_log_action = "upload")' + '(rc_new = 1) OR (rc_log_type = "import" AND rc_log_action = "upload")' ), __METHOD__, array(