projects
/
project/drupal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
925429f
)
Issue #1780012 by dewens: Fixed "parameter 1 expected to be a reference" error in...
author
David Rothstein
Sat, 6 Oct 2012 05:05:57 +0000 (
01:05
-0400)
committer
David Rothstein
Sat, 6 Oct 2012 05:05:57 +0000 (
01:05
-0400)
modules/profile/profile.module
patch
|
blob
|
blame
|
history
diff --git
a/modules/profile/profile.module
b/modules/profile/profile.module
index
6b00d42
..
d76d08a
100644
(file)
--- a/
modules/profile/profile.module
+++ b/
modules/profile/profile.module
@@
-229,7
+229,7
@@
function profile_user_insert(&$edit, $account, $category) {
/**
* Implements hook_user_cancel().
*/
-function profile_user_cancel(&$edit, $account, $method) {
+function profile_user_cancel($edit, $account, $method) {
switch ($method) {
case 'user_cancel_reassign':
db_delete('profile_value')