CauseFX 6 лет назад
Родитель
Сommit
8443ed3049
1 измененных файлов с 1 добавлено и 0 удалено
  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) {