diff --git a/file/lib/form/ChatForm.class.php b/file/lib/form/ChatForm.class.php new file mode 100644 index 0000000..f83a6e6 --- /dev/null +++ b/file/lib/form/ChatForm.class.php @@ -0,0 +1,15 @@ + + * @package timwolla.wcf.chat + * @subpackage form + */ +class ChatForm extends AbstractForm { + +} diff --git a/file/lib/page/ChatPage.class.php b/file/lib/page/ChatPage.class.php index e492c2b..33eccd3 100644 --- a/file/lib/page/ChatPage.class.php +++ b/file/lib/page/ChatPage.class.php @@ -107,7 +107,7 @@ public function readParameters() { exit; } else if ($this->action == 'Send') { - //TODO: Safe message in database + new \wcf\form\ChatForm(); exit; }