Skip to content

Commit

Permalink
Derp
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Jan 24, 2024
1 parent 3392f28 commit 26adab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options/o_pcconflicts.php
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ function export_setting() {
$sfs = parent::export_setting();
$sfs->exists_if = $this->visible_if ?? "all";
$sfs->exists_disabled = $sfs->exists_disabled
|| strcasecmp($this->visible_if, "NONE") === 0;
|| strcasecmp($sfs->exists_if, "NONE") === 0;
return $sfs;
}
}

0 comments on commit 26adab2

Please sign in to comment.