|
|
@ -361,10 +361,7 @@ Class Common { |
|
|
|
$cache_filename = "{$rootDir}/custom_config_usermap.json"; |
|
|
|
$cache_filename = "{$rootDir}/custom_config_usermap.json"; |
|
|
|
if (file_exists($cache_filename)) { |
|
|
|
if (file_exists($cache_filename)) { |
|
|
|
$mapContent = file_get_contents($cache_filename); |
|
|
|
$mapContent = file_get_contents($cache_filename); |
|
|
|
$map = json_decode($mapContent); |
|
|
|
$map = json_decode($mapContent, true); |
|
|
|
if (is_object($map)) { |
|
|
|
|
|
|
|
$map = self::dictToArray($map); |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|