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

index 8f54ec0..7b8339e 100644 (file)
@@ -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
         *