Remove ! from something idk check the diff

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-08-26 06:05:15 -04:00
parent 5498a57ea7
commit de6cfe89b3
Signed by untrusted user: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@
}
}
if ((($_GET['action'] != "sub" && $_GET['action'] != "unsub")) || (empty($err) && empty($code_err))) {
if ((($_GET['action'] != "sub" && $_GET['action'] != "unsub")) || (!empty($err) && empty($code_err))) {
?>
<div class=h><h1 id=list>Mailing List</h1> <a aria-hidden=true href=#list>#list</a></div>