From: Niklas Laxström Date: Wed, 20 Apr 2011 08:44:54 +0000 (+0000) Subject: Fix more botched something in r86457 X-Git-Tag: 1.31.0-rc.0~30685 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=9b93f1635b727286d27a91849cd7d3aacbba4412;p=lhc%2Fweb%2Fwiklou.git Fix more botched something in r86457 --- diff --git a/includes/Feed.php b/includes/Feed.php index 7b8339e987..183b8e6e59 100644 --- a/includes/Feed.php +++ b/includes/Feed.php @@ -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 *