From: Matthias Schmidt Date: Wed, 13 Jun 2012 07:16:25 +0000 (+0200) Subject: Removes whitespaces from AbstractCategoryListPage X-Git-Tag: 2.0.0_Beta_1~1006^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=110c02604d667efb741b558ad003306a3cb219a9;p=GitHub%2FWoltLab%2FWCF.git Removes whitespaces from AbstractCategoryListPage --- diff --git a/wcfsetup/install/files/lib/acp/page/AbstractCategoryListPage.class.php b/wcfsetup/install/files/lib/acp/page/AbstractCategoryListPage.class.php index 162f7b6fce..c1f11b1ee0 100644 --- a/wcfsetup/install/files/lib/acp/page/AbstractCategoryListPage.class.php +++ b/wcfsetup/install/files/lib/acp/page/AbstractCategoryListPage.class.php @@ -128,7 +128,7 @@ abstract class AbstractCategoryListPage extends AbstractPage { /** * @see wcf\page\IPage::readData() */ - public function readData() { + public function readData() { $this->objectType = CategoryHandler::getInstance()->getObjectTypeByName($this->objectTypeName); if ($this->objectType === null) { throw new SystemException("Unknown category object type with name '".$this->objectTypeName."'");