diff --git a/e107_handlers/comment_class.php b/e107_handlers/comment_class.php index 80fb2b028..d18a67d8b 100644 --- a/e107_handlers/comment_class.php +++ b/e107_handlers/comment_class.php @@ -363,6 +363,8 @@ class comment if ($this->getCommentPermissions() != 'rw') return; + e107::getSession()->check(); // This will abort on error + if (isset($_GET['comment']) && $_GET['comment'] == 'edit') { $eaction = 'edit';