Skip to content

Commit

Permalink
missing semicolon! arghh
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Mar 25, 2024
1 parent db092d3 commit 37de9a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/LitCalAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -2977,7 +2977,7 @@ public function Init(){
$this->Cal->mergeFestivityCollection( $CalBackup );

// let's reset the year back to the original request before outputting results
$this->LitSettings->Year++
$this->LitSettings->Year++;
$this->generateResponse();
}
else {
Expand Down

0 comments on commit 37de9a3

Please sign in to comment.