mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fix typo in RoomAddForm.class.php
This commit is contained in:
parent
cf4f55d922
commit
5354913ce5
@ -74,7 +74,7 @@ public function readFormParameters() {
|
|||||||
|
|
||||||
if (I18nHandler::getInstance()->isPlainValue('title')) $this->title = I18nHandler::getInstance()->getValue('title');
|
if (I18nHandler::getInstance()->isPlainValue('title')) $this->title = I18nHandler::getInstance()->getValue('title');
|
||||||
if (I18nHandler::getInstance()->isPlainValue('topic')) $this->topic = I18nHandler::getInstance()->getValue('topic');
|
if (I18nHandler::getInstance()->isPlainValue('topic')) $this->topic = I18nHandler::getInstance()->getValue('topic');
|
||||||
if (isset($_POST['maxUsers']) $this->maxUsers = intval($_POST['maxUsers']);
|
if (isset($_POST['maxUsers'])) $this->maxUsers = intval($_POST['maxUsers']);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user