From c8df234c18d5868ce1541b04eff3c5951d4e0079 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joshua=20R=C3=BCsweg?= Date: Tue, 2 Jul 2013 16:57:42 +0200 Subject: [PATCH] removing spaces --- .../dashboard/box/AbstractContentDashboardBox.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wcfsetup/install/files/lib/system/dashboard/box/AbstractContentDashboardBox.class.php b/wcfsetup/install/files/lib/system/dashboard/box/AbstractContentDashboardBox.class.php index 4b30ef3b4b..77afcceab5 100644 --- a/wcfsetup/install/files/lib/system/dashboard/box/AbstractContentDashboardBox.class.php +++ b/wcfsetup/install/files/lib/system/dashboard/box/AbstractContentDashboardBox.class.php @@ -61,7 +61,7 @@ abstract class AbstractContentDashboardBox implements IDashboardBox { return WCF::getTPL()->fetch($this->templateName); } - + /** * Calls the 'fetched' event after the successful call of the init method. * This functions won't called automatically. You must do this manually, if you inherit AbstractContentDashboardBox. @@ -70,7 +70,7 @@ abstract class AbstractContentDashboardBox implements IDashboardBox { // fire event EventHandler::getInstance()->fireAction($this, 'fetched'); } - + /** * Renders box view. * -- 2.20.1