@@ -217,13 +217,13 @@ |
||
| 217 | 217 | if ($optFlag == "SPECIFIC") { |
| 218 | 218 | $opt = str_replace('device-specific:', '', $l); |
| 219 | 219 | if (!isset($dev->options['device_options']) || !in_array($opt, $dev->options['device_options'])) { |
| 220 | - \core\common\Logging::debug_s(5, $l, "removing option: ", "\n"); |
|
| 220 | + \core\common\Logging::debug_s(5, $l, "removing option: ", "\n"); |
|
| 221 | 221 | unset($list[array_search($l, $list)]); |
| 222 | 222 | } |
| 223 | 223 | } |
| 224 | 224 | } |
| 225 | 225 | } |
| 226 | - break; |
|
| 226 | + break; |
|
| 227 | 227 | default: |
| 228 | 228 | break; |
| 229 | 229 | } |