iconfig sharing not set correctly
This commit is contained in:
parent
c55a7b5f36
commit
1614dbf6ae
@ -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) {
|
||||
|
Reference in New Issue
Block a user