minor - fixed typo form input text - partial CT#190

skala
Cristian Fasanando 16 years ago
parent fb6599272d
commit 959c482c89
  1. 2
      main/social/message_for_group_form.inc.php

@ -46,7 +46,7 @@ if (!empty($group_id)) {
<input type="hidden" name="action" value="send_message_group" />
<input type="hidden" name="group_id" value="<?php echo $group_id ?>" />
<input type="hidden" name="parent_id" value="<?php echo $message_id ?>" />
<input type="text" name="token" value="<?php echo $_SESSION['sec_token'] ?>" />
<input type="hidden" name="token" value="<?php echo $_SESSION['sec_token'] ?>" />
<table width="600" border="0" height="220">
<tr height="180">
<td align="left">

Loading…
Cancel
Save