diff --git a/Feed.class.php b/Feed.class.php index 055efe82..ffcb0a12 100644 --- a/Feed.class.php +++ b/Feed.class.php @@ -288,7 +288,7 @@ function setFolder($folder){ } function getLastupdate(){ - return $this->lastUpdate; + return $this->lastupdate; } function setLastupdate($lastupdate){