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 4be4eee commit 9447477Copy full SHA for 9447477
Helper/Data.php
@@ -40,7 +40,7 @@ public function getConfigModule($cfg='', $value=null)
40
{
41
$values = $this->configModule;
42
if( !$cfg ) return $values;
43
- $config = explode('/', $cfg);
+ $config = explode('/', (string) $cfg);
44
$end = count($config) - 1;
45
foreach ($config as $key => $vl) {
46
if( isset($values[$vl]) ){
0 commit comments