Skip to content
Snippets Groups Projects
Commit f623f86f authored by Tim Steiner's avatar Tim Steiner
Browse files

Resolving an issue that threw a notice.

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x@94 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent 51989d7b
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ function unl_cas_validate()
{
$cas = unl_cas_get_adapter();
if ($_POST['logoutRequest']) {
if (array_key_exists('logoutRequest', $_POST)) {
$cas->handleLogoutRequest($_POST['logoutRequest']);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment