fixing and standardizing something i did at like 4am with tripcode disabling

This commit is contained in:
Lorenzo Yario
2024-07-04 11:29:18 -07:00
committed by GitHub
parent 1a780ce9cb
commit 89a31794d9

View File

@@ -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 {