From 54d0acd5cd6225980d37efbc6d3b76febf9619a2 Mon Sep 17 00:00:00 2001 From: Biscuit Date: Fri, 17 Oct 2025 10:02:38 +0200 Subject: [PATCH] this'll do --- app/Uploads/Attachment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Uploads/Attachment.php b/app/Uploads/Attachment.php index b78c41ee7..a6f13b522 100644 --- a/app/Uploads/Attachment.php +++ b/app/Uploads/Attachment.php @@ -101,7 +101,7 @@ class Attachment extends Model implements OwnableInterface return false; } - return strtolower($this->extension) === 'pdf'; + return strtolower($this->extension) === 'pdf2'; } /**