From: Alexander Ebert Date: Wed, 25 Sep 2019 10:43:03 +0000 (+0200) Subject: Missing page for viewing attachments in the admin panel that have been uploaded in... X-Git-Tag: 5.2.0_Beta_2~41 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1cc783d7ecfc138106249a52dda96d95ea4dfbf6;p=GitHub%2FWoltLab%2FWCF.git Missing page for viewing attachments in the admin panel that have been uploaded in the contact form --- 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 {}