From: Marcel Werk Date: Fri, 27 Sep 2013 17:32:07 +0000 (+0200) Subject: Added missing permission check X-Git-Tag: 2.0.0_Beta_10~16 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6107f9c3f2990badad9ac9ec0c78be4fa6f857f5;p=GitHub%2FWoltLab%2FWCF.git Added missing permission check --- diff --git a/wcfsetup/install/files/lib/acp/page/AttachmentPage.class.php b/wcfsetup/install/files/lib/acp/page/AttachmentPage.class.php index 2196aa2fa1..21ff9309e1 100644 --- a/wcfsetup/install/files/lib/acp/page/AttachmentPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/AttachmentPage.class.php @@ -1,6 +1,7 @@ attachment->tmpHash) { throw new PermissionDeniedException(); }