|
|
@@ -221,6 +221,7 @@ class Organizr
|
|
|
if ($this->qualifyRequest($group) && $unlocked) {
|
|
|
header("X-Organizr-User: $currentUser");
|
|
|
header("X-Organizr-Email: $currentEmail");
|
|
|
+ header("X-Organizr-Group: $currentGroup");
|
|
|
$this->setAPIResponse('success', $userInfo . ' User is Authorized', 200);
|
|
|
} else {
|
|
|
if (!$redirect) {
|