This commit is contained in:
biglyderv 2024-11-28 12:19:06 -05:00
parent e202831aa5
commit 197d9a2da5

View file

@ -19,7 +19,6 @@
$form_message = post_handler(); $form_message = post_handler();
// todo: make this not look weird
if ($username) { if ($username) {
form("Broadcast your thoughts...", $form_message, array( form("Broadcast your thoughts...", $form_message, array(
array('key' => 'Your message', 'type' => 'textarea', 'name' => 'post', 'default' => '') array('key' => 'Your message', 'type' => 'textarea', 'name' => 'post', 'default' => '')