LSsession :: ajax_onLdapServerChangedLogin() : Fixed notice PHP

This commit is contained in:
Benjamin Renard 2010-11-16 19:36:26 +01:00
parent 9a4e7374d0
commit 5cf3906b14

View file

@ -2230,7 +2230,7 @@ class LSsession {
self :: setLdapServer($_REQUEST['server']);
$data = array();
if ( self :: LSldapConnect() ) {
session_start();
if (session_id()=="") session_start();
if (isset($_SESSION['LSsession_topDn'])) {
$sel = $_SESSION['LSsession_topDn'];
}