iconfig sharing not set correctly
This commit is contained in:
parent
974ca9d526
commit
96cd63cf1a
@ -123,7 +123,7 @@ function get_iconfig(&$item, $family, $key) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function set_iconfig(&$item, $family, $key, $value, $sharing = false) {
|
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) {
|
function del_iconfig(&$item, $family, $key) {
|
||||||
|
Reference in New Issue
Block a user