mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
LSsession :: startLSsession() : Fixed notice PHP
This commit is contained in:
parent
d8d32d950b
commit
b00b3825f1
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ class LSsession {
|
|||
if (self :: LSldapConnect()) {
|
||||
|
||||
// topDn
|
||||
if ( $_POST['LSsession_topDn'] != '' ){
|
||||
if (isset($_POST['LSsession_topDn']) && $_POST['LSsession_topDn'] != '' ){
|
||||
self :: $topDn = $_POST['LSsession_topDn'];
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in a new issue