fix wrong username on angeltype confirm
This commit is contained in:
parent
213d4580d9
commit
2716c63648
|
@ -155,7 +155,7 @@ function user_angeltype_confirm_controller() {
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
_("Confirm angeltype for user"),
|
_("Confirm angeltype for user"),
|
||||||
UserAngelType_confirm_view($user_angeltype, $user, $angeltype)
|
UserAngelType_confirm_view($user_angeltype, $user_source, $angeltype)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue