pkg_comment_form.php: Remove reference to "call" attribute

Signed-off-by: canyonknight <canyonknight@gmail.com>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
canyonknight 2012-10-18 17:12:25 -04:00 committed by Lukas Fleischer
parent cde97a943c
commit 61043de89b

View file

@ -1,6 +1,6 @@
<div id="generic-form" class="box"> <div id="generic-form" class="box">
<h2><?= __("Add Comment"); ?></h2> <h2><?= __("Add Comment"); ?></h2>
<form call="general-form" action="<?= $_SERVER['REQUEST_URI'] ?>" method="post"> <form action="<?= $_SERVER['REQUEST_URI'] ?>" method="post">
<fieldset> <fieldset>
<?php <?php
if (isset($_REQUEST['comment']) && check_token()) { if (isset($_REQUEST['comment']) && check_token()) {