Projekt

Allgemein

Profil

GX-Bug #59496 » GXModuleConfigurationStorageFix1.patch

Till Tepelmann, 11.10.2018 15:17

Unterschiede anzeigen:

src/GXMainComponents/Shared/Storages/GXModuleConfigurationStorage.inc.php (date 1539263820000)
50 50
		
51 51
		if($this->isJson($value))
52 52
		{
53
			$value = json_decode($value);
53
			$value = json_decode($value, false, 512, JSON_BIGINT_AS_STRING);
54 54
		}
55 55
		
56 56
		if($value === false)
    (1-1/1)