fix unset var (#7245)

This commit is contained in:
Ahron Greenberg (agree) 2025-02-05 15:56:35 -05:00 committed by GitHub
parent 574ec7a5b3
commit e21650fe4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
$_SESSION['domains'][$row['domain_uuid']] = $row;
}
}
unset($sql, $result);
unset($sql, $domains);
//update the domain session variables
$_SESSION["domain_name"] = $_SESSION['domains'][$domain_uuid]['domain_name'];