aboutsummaryrefslogtreecommitdiff
path: root/model/Room.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--model/Room.php2
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;
}