Missing page for viewing attachments in the admin panel that have been uploaded in...
authorAlexander Ebert <ebert@woltlab.com>
Wed, 25 Sep 2019 10:43:03 +0000 (12:43 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 25 Sep 2019 10:43:03 +0000 (12:43 +0200)
wcfsetup/install/files/lib/acp/page/ContactAttachmentPage.class.php [new file with mode: 0644]

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 (file)
index 0000000..115b54a
--- /dev/null
@@ -0,0 +1,12 @@
+<?php
+namespace wcf\acp\page;
+
+/**
+ * Shows an attachment.
+ * 
+ * @author      Alexander Ebert
+ * @copyright  2001-2019 WoltLab GmbH
+ * @license     GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @package     WoltLabSuite\Core\Acp\Page
+ */
+class ContactAttachmentPage extends \wcf\page\ContactAttachmentPage {}