diff --git a/src/controller/room.php b/src/controller/room.php index 8b6f2db..fbae546 100644 --- a/src/controller/room.php +++ b/src/controller/room.php @@ -65,8 +65,8 @@ class Room // Add to room list $namespaces[$namespace['namespaceId']] = [ - 'name' => $namespace['displayName'], - 'total' => $this->_total( + 'name' => $namespace['displayName'], + 'total' => $this->_total( $namespace['namespaceId'] ) ];