From 1cc783d7ecfc138106249a52dda96d95ea4dfbf6 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Wed, 25 Sep 2019 12:43:03 +0200 Subject: [PATCH] Missing page for viewing attachments in the admin panel that have been uploaded in the contact form --- .../lib/acp/page/ContactAttachmentPage.class.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 wcfsetup/install/files/lib/acp/page/ContactAttachmentPage.class.php diff --git a/wcfsetup/install/files/lib/acp/page/ContactAttachmentPage.class.php b/wcfsetup/install/files/lib/acp/page/ContactAttachmentPage.class.php new file mode 100644 index 0000000000..115b54a25b --- /dev/null +++ b/wcfsetup/install/files/lib/acp/page/ContactAttachmentPage.class.php @@ -0,0 +1,12 @@ + + * @package WoltLabSuite\Core\Acp\Page + */ +class ContactAttachmentPage extends \wcf\page\ContactAttachmentPage {} -- 2.20.1