Update contact.php

This commit is contained in:
bomuux 2023-03-08 10:57:00 +01:00 committed by GitHub
parent abec0ca37b
commit 147d254b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,6 +63,7 @@ if (!$error) {
}
// Security check
$socid = '';
if (!empty($user->socid)) {
$socid = $user->socid;
}