From e6560910eef2e82dad37d5cf68463b024644df74 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 9 Jun 2013 12:53:15 +0200 Subject: [PATCH] Fixes typo --- .../system/exception/PermissionDeniedException.class.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/lib/system/exception/PermissionDeniedException.class.php b/wcfsetup/install/files/lib/system/exception/PermissionDeniedException.class.php index 39b8eac1d8..749445de99 100644 --- a/wcfsetup/install/files/lib/system/exception/PermissionDeniedException.class.php +++ b/wcfsetup/install/files/lib/system/exception/PermissionDeniedException.class.php @@ -3,10 +3,11 @@ namespace wcf\system\exception; use wcf\system\WCF; /** - * A PermissionDeniedException is thrown when a user has no permission to access to a specific area. + * A PermissionDeniedException is thrown when a user has no permission to access + * to a specific area. * * @author Marcel Werk - * @copyright 2001-2012 WoltLab GmbH + * @copyright 2001-2013 WoltLab GmbH * @license GNU Lesser General Public License * @package com.woltlab.wcf * @subpackage system.exception @@ -14,7 +15,7 @@ use wcf\system\WCF; */ class PermissionDeniedException extends UserException { /** - * Creates a new IllegalLinkException object. + * Creates a new PermissionDeniedException object. */ public function __construct() { parent::__construct(WCF::getLanguage()->get('wcf.global.error.permissionDenied')); -- 2.20.1