small fix

This commit is contained in:
kremsy 2013-12-09 09:11:19 +01:00
parent d865bf6dd9
commit 53f568847f

View File

@ -139,7 +139,7 @@ class SettingManager {
if ($type === self::TYPE_ARRAY) {
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;
}