diff options
Diffstat (limited to 'model/Room.php')
-rw-r--r-- | model/Room.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Room.php b/model/Room.php index 12c8881..3f0cbb2 100644 --- a/model/Room.php +++ b/model/Room.php @@ -199,7 +199,7 @@ class Room extends ModelBase { $selections = array(); foreach($this->getSelectionNames() as $selection) - $selections[$tab] = $this->createSelectionObject($selection); + $selections[$selection] = $this->createSelectionObject($selection); return $selections; } |