From 25089d97e84a58e9730f8388cf578221f3cb1fc1 Mon Sep 17 00:00:00 2001 From: kremsy Date: Fri, 21 Apr 2017 19:25:07 +0200 Subject: [PATCH] ui property structure error --- core/Callbacks/Structures/Common/UIPropertiesBaseStructure.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/Callbacks/Structures/Common/UIPropertiesBaseStructure.php b/core/Callbacks/Structures/Common/UIPropertiesBaseStructure.php index a47716d2..79a5206c 100644 --- a/core/Callbacks/Structures/Common/UIPropertiesBaseStructure.php +++ b/core/Callbacks/Structures/Common/UIPropertiesBaseStructure.php @@ -24,8 +24,7 @@ class UIPropertiesBaseStructure extends BaseResponseStructure { */ public function __construct(ManiaControl $maniaControl, $data) { parent::__construct($maniaControl, $data); - - $this->time = $this->getPlainJsonObject()->time; + $this->uiPropertiesXML = $data[1]; $this->uiPropertiesJson = $data[2]; }