Skip to content

Commit

Permalink
Fix lastupdate case in Feed.cass.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Simounet committed Sep 23, 2022
1 parent 52a26c8 commit d3683a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Feed.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ function setFolder($folder){
}

function getLastupdate(){
return $this->lastUpdate;
return $this->lastupdate;
}

function setLastupdate($lastupdate){
Expand Down

0 comments on commit d3683a6

Please sign in to comment.