From 3c5828b1a787bffa6e886a4952741e4bcaeb43b9 Mon Sep 17 00:00:00 2001
From: cflip <36554078+cflip@users.noreply.github.com>
Date: Tue, 20 Jul 2021 12:29:11 -0600
Subject: A bit of code cleanup
---
viewthread.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'viewthread.php')
diff --git a/viewthread.php b/viewthread.php
index 85f1813..06debe8 100755
--- a/viewthread.php
+++ b/viewthread.php
@@ -50,7 +50,7 @@ include_once 'includes/error.php';
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
if (!Session::get()->is_signed_in()) {
- trigger_error('You must be signed in to reply to this thread.', E_USER_NOTICE);
+ trigger_error('You must be signed in to reply to this thread.');
return;
}
--
cgit v1.2.3