summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/template/pkg_comment_form.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/web/template/pkg_comment_form.php b/web/template/pkg_comment_form.php
index 7c16eb73..c450c4b3 100644
--- a/web/template/pkg_comment_form.php
+++ b/web/template/pkg_comment_form.php
@@ -1,10 +1,5 @@
<form action="<?= get_pkgbase_uri($pkgbase_name) ?>" method="post">
<fieldset>
-<?php
-if (isset($_REQUEST['comment']) && check_token()) {
- echo '<p>' . __('Comment has been added.') . '</p>';
-}
-?>
<div>
<input type="hidden" name="action" value="<?= (isset($comment_id)) ? "do_EditComment" : "do_AddComment" ?>" />
<input type="hidden" name="ID" value="<?= intval($base_id) ?>" />