From 60433a930d6701cef1133cdb344fc76f24693636 Mon Sep 17 00:00:00 2001
From: Marcel Korpel
Date: Mon, 17 Aug 2015 00:08:51 +0200
Subject: Remove success message from comment form
To be more flexible with messages, we shouldn't always output this
message when a comment has been sent. Moreover, currently it is not
displayed due to the POST-Redirect-GET pattern, where the comment
parameter is lost after redirection.
Signed-off-by: Marcel Korpel
Signed-off-by: Lukas Fleischer
---
web/template/pkg_comment_form.php | 5 -----
1 file changed, 5 deletions(-)
(limited to 'web/template/pkg_comment_form.php')
diff --git a/web/template/pkg_comment_form.php b/web/template/pkg_comment_form.php
index 7c16eb7..c450c4b 100644
--- a/web/template/pkg_comment_form.php
+++ b/web/template/pkg_comment_form.php
@@ -1,10 +1,5 @@