Fixed small code styling issue
authorMarcel Werk <burntime@woltlab.com>
Wed, 6 Jul 2016 15:05:41 +0000 (17:05 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 6 Jul 2016 15:05:47 +0000 (17:05 +0200)
wcfsetup/install/files/lib/data/TMultiCategoryObject.class.php

index 6c72b18810a651e922a8ebdf38083e876c881196..50558700302f8e0af4dc6ac8696e8c9655b223b9 100644 (file)
@@ -130,6 +130,6 @@ trait TMultiCategoryObject {
         * @param       integer[]       $categoryIDs
         */
        public function setCategoryIDs(array $categoryIDs) {
-               $this->categoryIDs= $categoryIDs;
+               $this->categoryIDs = $categoryIDs;
        }
 }