Removes whitespaces from AbstractCategoryListPage
authorMatthias Schmidt <gravatronics@live.com>
Wed, 13 Jun 2012 07:16:25 +0000 (09:16 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 13 Jun 2012 07:16:25 +0000 (09:16 +0200)
wcfsetup/install/files/lib/acp/page/AbstractCategoryListPage.class.php

index 162f7b6fceec03808eff8064853f6aeacc6faadb..c1f11b1ee00a063ecfb8c04df00b98978ba4cb5f 100644 (file)
@@ -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."'");