We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab25c2 commit 7b003b9Copy full SHA for 7b003b9
Helper/Data.php
@@ -41,7 +41,7 @@ public function getConfigModule(string $cfg = '', $value = null)
41
if (!$cfg) {
42
return $values;
43
}
44
- $config = explode('/', $cfg);
+ $config = explode('/', (string) $cfg);
45
$end = count($config) - 1;
46
foreach ($config as $key => $vl) {
47
if (isset($values[$vl])) {
0 commit comments