show users in presence list based on trt array

This commit is contained in:
Ricsi
2019-10-03 13:46:37 +02:00
parent fe146cf9a5
commit 7717795fb5
8 changed files with 100 additions and 6 deletions

View File

@@ -83,7 +83,7 @@ if (isset($_POST['action'])) {
unset($_POST['uk_id']);
user_kid::update_user($_POST, $uid);
log::register('update_member', $uid);
header("Location: /admin/members");
header("Location: /admin/members/{$uid}");
break;
default: