Fix debug LSprofiles informations

This commit is contained in:
Benjamin Renard 2017-01-25 11:53:42 +01:00
parent cc2bc8462b
commit 355b0cf1d4

View file

@ -1679,7 +1679,7 @@ class LSsession {
} // fin foreach($profileInfos)
} // fin is_array($profileInfos)
} // fin foreach LSprofiles
LSdebug(self :: $LSprofiles);
LSdebug("LSprofiles : ".print_r(self :: $LSprofiles,1));
return true;
}
else {