Merge branch 'dev' into sabre32

This commit is contained in:
Mario Vavti
2016-06-11 20:12:41 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ function get_iconfig(&$item, $family, $key) {
}
function set_iconfig(&$item, $family, $key, $value, $sharing = false) {
return Zlib\IConfig::Set($item, $family, $key, $value, $sharing = false);
return Zlib\IConfig::Set($item, $family, $key, $value, $sharing);
}
function del_iconfig(&$item, $family, $key) {