mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
✅ Fix CI
This commit is contained in:
@@ -49,7 +49,7 @@ class Session
|
||||
*/
|
||||
public static function Set($key, $value)
|
||||
{
|
||||
if (self::Get($key) == $value) {
|
||||
if (!isset($_SESSION) || self::Get($key) == $value) {
|
||||
return;
|
||||
}
|
||||
$aSession = $_SESSION;
|
||||
|
||||
Reference in New Issue
Block a user