From 63e36340c6a9a52250e4863e7f532c3341c327f1 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Tue, 8 Dec 2020 11:26:52 -0500 Subject: [PATCH] Remove extra } --- web/includes/auth.php | 1 - 1 file changed, 1 deletion(-) diff --git a/web/includes/auth.php b/web/includes/auth.php index 4084e8386..ced24ff9d 100644 --- a/web/includes/auth.php +++ b/web/includes/auth.php @@ -207,7 +207,6 @@ function getAuthUser($auth) { } // end if } // end if using auth hash - } // end if using auth hash ZM\Error("Unable to authenticate user from auth hash '$auth'"); return null; } // end getAuthUser($auth)