From: Niklas Laxström Date: Wed, 20 Apr 2011 08:38:47 +0000 (+0000) Subject: Fix botched something in r86457 X-Git-Tag: 1.31.0-rc.0~30686 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=99b02fc756b261b703851dd7f25103f588bb5778;p=lhc%2Fweb%2Fwiklou.git Fix botched something in r86457 --- diff --git a/includes/Feed.php b/includes/Feed.php index 8f54ec0d32..7b8339e987 100644 --- a/includes/Feed.php +++ b/includes/Feed.php @@ -79,15 +79,6 @@ class FeedItem { return $this->Title->getTouched(); } - /** - * Get the last touched timestamp - * - * @return String last-touched timestamp - */ - public function getLastMod() { - return $this->Title->getTouched(); - } - /** * Encode $string so that it can be safely embedded in a XML document *