PluginProbe
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress / 9.1.3
WPVR – 360 Panorama viewer and Virtual Tour Builder for WordPress v9.1.3
9.1.3 9.1.2 9.1.1 9.1.0 9.0.3 9.0.2 9.0.1 9.0.0 8.5.79 8.5.78 8.5.77 8.5.76 8.5.75 8.5.74 8.5.73 8.5.72 8.5.71 8.5.70 8.5.69 8.5.68 8.5.35 8.5.36 8.5.37 8.5.38 8.5.39 All 222 releases
← All changes | legacy/admin/helpers/class-wpvr-validator.php +2 -2 9.0.19.1.3 View file →
@@ -116,10 +116,10 @@
116 116 }
117 117
118 118 foreach ($panodata["scene-list"] as $panoscenes) {
119 119
120 - if ($panoscenes['dscene'] == 'on') {
121 - $default_scene = $panoscenes['scene-id'];
120 + if (($panoscenes['dscene'] ?? 'off') == 'on') {
121 + $default_scene = $panoscenes['scene-id'] ?? '';
122 122 }
123 123 }
124 124 if (empty($default_scene)) {
125 125 if ($allsceneids) {