added eventpage (not in linkstructure yet)
This commit is contained in:
@@ -87,6 +87,9 @@ class Event
|
||||
if ((!isset($this->shiai) || $forceLoading) && isset($this->shiaiId)) {
|
||||
$this->shiai = Shiai::loadFromDb($this->shiaiId);
|
||||
}
|
||||
if ($this->shiai == null){
|
||||
$this->shiai = Shiai::fromDbArray(json_decode($this->remarks, true));
|
||||
}
|
||||
return $this->shiai;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user