small fix
This commit is contained in:
parent
d865bf6dd9
commit
53f568847f
@ -139,7 +139,7 @@ class SettingManager {
|
|||||||
if ($type === self::TYPE_ARRAY) {
|
if ($type === self::TYPE_ARRAY) {
|
||||||
return explode($this->arrayDelimiter, $value);
|
return explode($this->arrayDelimiter, $value);
|
||||||
}
|
}
|
||||||
trigger_error('Unsupported setting type. ' . print_r($param, true));
|
trigger_error('Unsupported setting type. ' . print_r($type, true));
|
||||||
return $value;
|
return $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user