From 26adab23e8b41c117221f0927c7a5d72346972ed Mon Sep 17 00:00:00 2001 From: Eddie Kohler Date: Wed, 24 Jan 2024 08:09:04 -0500 Subject: [PATCH] Derp --- src/options/o_pcconflicts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options/o_pcconflicts.php b/src/options/o_pcconflicts.php index 59a6ae9b48..9f84f0e690 100644 --- a/src/options/o_pcconflicts.php +++ b/src/options/o_pcconflicts.php @@ -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; } }