diff options
Diffstat (limited to 'templates/show_add_shout.inc.php')
-rw-r--r-- | templates/show_add_shout.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_add_shout.inc.php b/templates/show_add_shout.inc.php index 9d1ead88..c52565f2 100644 --- a/templates/show_add_shout.inc.php +++ b/templates/show_add_shout.inc.php @@ -31,7 +31,7 @@ </tr> <?php if (Access::check('interface','50')) { ?> <tr> - <td><input type="checkbox" name="sticky" value="0" /> <strong><?php echo _('Make Sticky'); ?></strong></td> + <td><input type="checkbox" name="sticky" /> <strong><?php echo _('Make Sticky'); ?></strong></td> </tr> <?php } ?> <tr> |