fix #376: Removing supporter rights does not work

This commit is contained in:
msquare 2017-12-06 19:21:46 +01:00
parent 59a24dfbdb
commit e5880c51a2
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ function UserAngelType_update($user_angeltype_id, $supporter)
SET `supporter`=?
WHERE `id`=?
LIMIT 1
', [$supporter, $user_angeltype_id]);
', [(int) $supporter, $user_angeltype_id]);
}
/**