Browse Source

Add another Variable to PR (#1298)

CauseFX 6 years ago
parent
commit
8443ed3049
1 changed files with 1 additions and 0 deletions
  1. 1 0
      api/functions/organizr-functions.php

+ 1 - 0
api/functions/organizr-functions.php

@@ -1626,6 +1626,7 @@ function auth()
 	} else {
 		$currentUser = 'Guest';
 		$currentGroup = getUserLevel();
+		$currentEmail = 'guest@guest.com';
 	}
 	$userInfo = "User: $currentUser | Group: $currentGroup | IP: $currentIP | Requesting Access to Group $group | Result: ";
 	if ($whitelist) {