From: Joshua Rüsweg Date: Tue, 2 Jul 2013 14:57:42 +0000 (+0200) Subject: removing spaces X-Git-Tag: 2.0.0_Beta_5~63^2~3^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c8df234c18d5868ce1541b04eff3c5951d4e0079;p=GitHub%2FWoltLab%2FWCF.git removing spaces --- 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. *