From 7b9d4a5dee80ddc021e8342b129e11ab75d3f801 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Sun, 27 Mar 2016 13:36:09 +0200 Subject: [PATCH] Fix class documentation --- .../files/lib/system/page/handler/UserPageHandler.class.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wcfsetup/install/files/lib/system/page/handler/UserPageHandler.class.php b/wcfsetup/install/files/lib/system/page/handler/UserPageHandler.class.php index c4a2ca8433..87982f0f43 100644 --- a/wcfsetup/install/files/lib/system/page/handler/UserPageHandler.class.php +++ b/wcfsetup/install/files/lib/system/page/handler/UserPageHandler.class.php @@ -10,10 +10,10 @@ use wcf\system\WCF; * * @author Matthias Schmidt * @copyright 2001-2016 WoltLab GmbH - * @license WoltLab License - * @package com.woltlab.wbb + * @license GNU Lesser General Public License + * @package com.woltlab.wcf * @subpackage system.page.handler - * @category Burning Board + * @category Community Framework * @since 2.2 */ class UserPageHandler extends AbstractMenuPageHandler implements IOnlineLocationPageHandler { -- 2.20.1