aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-06-11 20:12:41 +0200
committerMario Vavti <mario@mariovavti.com>2016-06-11 20:12:41 +0200
commitbdbbe00bdf2e1c85cdff98bb9007eafc87b8a3c4 (patch)
treec35a20f03c3aa8f6ae5cbb4e90709e5ae159ef62 /include
parent86985b454f75ac7f87e0dfe94fd754d7cbb0bf09 (diff)
parent96cd63cf1a569c03575c0a04a6b29509f886e981 (diff)
downloadvolse-hubzilla-bdbbe00bdf2e1c85cdff98bb9007eafc87b8a3c4.tar.gz
volse-hubzilla-bdbbe00bdf2e1c85cdff98bb9007eafc87b8a3c4.tar.bz2
volse-hubzilla-bdbbe00bdf2e1c85cdff98bb9007eafc87b8a3c4.zip
Merge branch 'dev' into sabre32
Diffstat (limited to 'include')
-rw-r--r--include/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.php b/include/config.php
index 209d22d42..65199283d 100644
--- a/include/config.php
+++ b/include/config.php
@@ -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) {