From 110c02604d667efb741b558ad003306a3cb219a9 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Wed, 13 Jun 2012 09:16:25 +0200 Subject: [PATCH] Removes whitespaces from AbstractCategoryListPage --- .../files/lib/acp/page/AbstractCategoryListPage.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."'"); -- 2.20.1