diff --git a/page_title.module b/page_title.module
index fc216e5..eac47c4 100644
--- a/page_title.module
+++ b/page_title.module
@@ -482,7 +482,7 @@ function page_title_user_update(&$edit, &$account, $category) {
 /**
  * Implement hook_user_cancel().
  */
-function page_title_user_cancel(&$edit, &$account, $method) {
+function page_title_user_cancel($edit, $account, $method) {
   switch ($method) {
     case 'user_cancel_block_unpublish' : break;
     case 'user_cancel_reassign' : break;
