Skip to content

Commit

Permalink
AS16.1 Drafts - Typo Move filtertype disable
Browse files Browse the repository at this point in the history
  • Loading branch information
matidau committed Jun 6, 2024
1 parent 9d64435 commit 231b0f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ static public function ExtractBaseDate($goid, $recurStartTime) {
static public function GetCutOffDate($filtertype) {
$back = Utils::GetFiltertypeInterval($filtertype);

if (($back === false) || ($back == SYNC_FILTERTYPE_DISABLED)) {
if (($back === false) || ($back == SYNC_FILTERTYPE_DISABLE)) {
return 0; // unlimited
}

Expand Down

0 comments on commit 231b0f4

Please sign in to comment.