DOH, cut-n-paste error.
[lhc/web/wiklou.git] / includes / Feed.php
index e48f311..183b8e6 100644 (file)
@@ -129,7 +129,7 @@ class FeedItem {
         *  any interwiki and namespace prefixes
         */
        public function getDBPrefixedTitle() {
-               return $this->Title->getPrefixedDBKey(),
+               return $this->Title->getPrefixedDBKey();
        }
 
        /**