diff options
Diffstat (limited to 'viewthread.php')
-rwxr-xr-x | viewthread.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 <a href="signin.php">signed in</a> to reply to this thread.', E_USER_NOTICE);
+ trigger_error('You must be <a href="signin.php">signed in</a> to reply to this thread.');
return;
}
|