From 99b02fc756b261b703851dd7f25103f588bb5778 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Wed, 20 Apr 2011 08:38:47 +0000 Subject: [PATCH] Fix botched something in r86457 --- includes/Feed.php | 9 --------- 1 file changed, 9 deletions(-) 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 * -- 2.20.1