Fix more botched something in r86457
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 20 Apr 2011 08:44:54 +0000 (08:44 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 20 Apr 2011 08:44:54 +0000 (08:44 +0000)
includes/Feed.php

index 7b8339e..183b8e6 100644 (file)
@@ -132,16 +132,6 @@ class FeedItem {
                return $this->Title->getPrefixedDBKey();
        }
 
-       /**
-        * Get the DB prefixed title
-        *
-        * @return String the prefixed title, with underscores and
-        *  any interwiki and namespace prefixes
-        */
-       public function getDBPrefixedTitle() {
-               return $this->Title->getPrefixedDBKey(),
-       }
-
        /**
         * Get the URL of this item; already xml-encoded
         *