--- a/plugins/SpecialUserFuncs.php Sun Sep 20 04:00:07 2009 -0400
+++ b/plugins/SpecialUserFuncs.php Fri Sep 25 14:18:20 2009 -0400
@@ -373,7 +373,10 @@
?>
<tr>
- <th colspan="3" style="text-align: center" class="subhead"><input type="submit" name="login" value="Log in" tabindex="<?php echo ( $level <= USER_LEVEL_MEMBER ) ? '4' : '2'; ?>" /></th>
+ <th colspan="3" style="text-align: center" class="subhead">
+ <input type="hidden" name="login" value="true" />
+ <input type="submit" value="Log in" tabindex="<?php echo ( $level <= USER_LEVEL_MEMBER ) ? '4' : '2'; ?>" />
+ </th>
</tr>
</table>
</div>