From 3e70d2285cbfcf4a340ae43f97e16b115ce208d8 Mon Sep 17 00:00:00 2001 From: Mattia Mascarello Date: Mon, 15 Aug 2022 03:42:26 +0200 Subject: [PATCH] Update gd.php --- src/gdImg/gd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdImg/gd.php b/src/gdImg/gd.php index e55aef8..125db93 100644 --- a/src/gdImg/gd.php +++ b/src/gdImg/gd.php @@ -20,7 +20,7 @@ function flagGetFromUser($p){ if (contains("DEMIS", $o)) $re[]= "demi"; if (contains("NB", $o) || contains("NON BINARY", $o)) $re[]= "nb"; if (contains("ETERO", $o) || contains("HET", $o)) $re[]= "etero"; - if(contains("t4t", $o)) $re[]="t4t"; + if(contains("T4T", $o)) $re[]="t4t"; //orientation, romantic if (contains("BIROM", $o)) $re[]= "Biromantic"; if (contains("DEMIG", $o)) $re[]= "demigirl";