diff --git a/modules/splashsync/tests/L10MsfProductsTest.php b/modules/splashsync/tests/L10MsfProductsTest.php index b62b6aaa..a5ad14c2 100644 --- a/modules/splashsync/tests/L10MsfProductsTest.php +++ b/modules/splashsync/tests/L10MsfProductsTest.php @@ -199,7 +199,7 @@ private function isAllowedFieldForTesting($field): bool } //====================================================================// // Ensure Field is Msf Field - if (isset($field->options, $field->options["shop"])) { + if (is_array($field->options) && isset($field->options["shop"])) { if (MSM::MODE_ALL == $field->options["shop"]) { return false; }