Index: user.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.module,v
retrieving revision 1.793
diff -u -r1.793 user.module
--- user.module	5 Jun 2007 12:13:23 -0000	1.793
+++ user.module	7 Jun 2007 19:19:36 -0000
@@ -1207,7 +1207,7 @@
 /**
  * Menu callback; process one time login link and redirects to the user page on success.
  */
-function user_pass_reset($uid, $timestamp, $hashed_pass, $action = NULL) {
+function user_pass_reset($form, $uid, $timestamp, $hashed_pass, $action = NULL) {
   global $user;
 
   // Check if the user is already logged in. The back button is often the culprit here.
