Fix return values of `StructuredComment::key()`
authorMatthias Schmidt <gravatronics@live.com>
Sun, 2 Oct 2016 09:54:01 +0000 (11:54 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 2 Oct 2016 09:54:01 +0000 (11:54 +0200)
wcfsetup/install/files/lib/data/comment/StructuredComment.class.php

index 18de999aa031b785012574b43c19de2435cf31b9..1b3f5ab729f662d116c21ef459eb72ed947c10d5 100644 (file)
@@ -163,7 +163,7 @@ class StructuredComment extends DatabaseObjectDecorator implements \Countable, \
         * @see \Iterator::key()
         */
        public function key() {
-               return $this->postition;
+               return $this->position;
        }
        
        /**