mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-24 10:22:18 +00:00
fixed wrong JSON-Mapping for GUIOptions
This commit is contained in:
@@ -38,7 +38,7 @@ class GUIGueltigkeit implements JsonSerializable {
|
||||
{
|
||||
throw new \Exception('missing guioptions');
|
||||
}
|
||||
$this->getJSONData($this->guioptions, $decodedData, 'guioptions');
|
||||
$this->guioptions = $decodedData;
|
||||
}
|
||||
|
||||
private function mapData(&$decoded)
|
||||
|
||||
Reference in New Issue
Block a user