Update StopForumSpam.php
John Rayes

John Rayes commited on 2023-10-19 00:20:26
Showing 1 changed files, with 2 additions and 2 deletions.


https://www.simplemachines.org/community/index.php?msg=4161769
... ...
@@ -385,8 +385,8 @@ class SFS
385 385
 		if (empty($requestBlocked))
386 386
 			return true;
387 387
 
388
-		// You are a bad spammer, don't tell them what was blocked.
389
-		fatal_error($this->txt('sfs_request_blocked'));
388
+		// You are a bad spammer, but don't tell them what was blocked.
389
+		fatal_error($this->txt('sfs_request_blocked'), false);
390 390
 	}
391 391
 
392 392
 	/**
393 393