Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
UNL Information Services
NMC-PHP-Framework
Commits
ce94225d
Commit
ce94225d
authored
Aug 10, 2010
by
Tim Steiner
Browse files
Prevent a notice message from showing up.
parent
b922116c
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/Unl/Cas.php
View file @
ce94225d
...
...
@@ -80,6 +80,9 @@ class Unl_Cas
}
$this
->
_session
=
$_SESSION
[
__CLASS__
];
}
if
(
!
isset
(
$this
->
_session
->
ticket
))
{
$this
->
_session
->
ticket
=
NULL
;
}
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment