From 89a31794d98645e6b1a226a78648fb3fc7317d32 Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Thu, 4 Jul 2024 11:29:18 -0700 Subject: [PATCH] fixing and standardizing something i did at like 4am with tripcode disabling --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.php b/post.php index ba339395..b09cb341 100644 --- a/post.php +++ b/post.php @@ -853,7 +853,7 @@ if (isset($_POST['delete'])) { $trip = generate_tripcode($post['name']); $post['name'] = $trip[0]; - if ($config['disable_tripcodes'] = true && !$mod) { + if ($config['disable_tripcodes'] && !$mod) { $post['trip'] = ''; } else {