Some fixes
This commit is contained in:
parent
37c32ad08f
commit
cd30017b97
|
@ -152,7 +152,7 @@ function user_angeltype_confirm_controller()
|
|||
}
|
||||
|
||||
if (isset($_REQUEST['confirmed'])) {
|
||||
$result = UserAngelType_confirm($user_angeltype['id'], $user);
|
||||
UserAngelType_confirm($user_angeltype['id'], $user);
|
||||
|
||||
engelsystem_log(sprintf(
|
||||
'%s confirmed for angeltype %s',
|
||||
|
|
|
@ -373,8 +373,8 @@ function Shift_signup_allowed(
|
|||
$signup_user,
|
||||
$shift,
|
||||
$angeltype,
|
||||
$user_angeltype = null,
|
||||
$user_shifts = null,
|
||||
$user_angeltype,
|
||||
$user_shifts,
|
||||
$needed_angeltype,
|
||||
$shift_entries
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue