summaryrefslogtreecommitdiffstats
path: root/web/html/commentedit.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/commentedit.php')
-rw-r--r--web/html/commentedit.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/web/html/commentedit.php b/web/html/commentedit.php
index 2a0628e3..53ec2891 100644
--- a/web/html/commentedit.php
+++ b/web/html/commentedit.php
@@ -5,9 +5,6 @@ set_include_path(get_include_path() . PATH_SEPARATOR . '../lib');
include_once("aur.inc.php");
include_once("pkgbasefuncs.inc.php");
-set_lang();
-check_sid();
-
$comment_id = intval($_REQUEST['comment_id']);
list($user_id, $comment) = comment_by_id($comment_id);