diff options
author | zotlabs <mike@macgirvin.com> | 2018-11-07 01:43:43 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-11-07 01:43:43 -0800 |
commit | d2aa2c080f166e23c4aaaefd09ed7c948a1c3cce (patch) | |
tree | 12b6e8cef5d347f249479968d08d8f82a9c6e5ff /include/config.php | |
parent | a5483a03c90967eea58f5a0db17c59c4ec3ff2ff (diff) | |
parent | 714831195319bcb5359511ce6cd9c5dccc6099dd (diff) | |
download | volse-hubzilla-d2aa2c080f166e23c4aaaefd09ed7c948a1c3cce.tar.gz volse-hubzilla-d2aa2c080f166e23c4aaaefd09ed7c948a1c3cce.tar.bz2 volse-hubzilla-d2aa2c080f166e23c4aaaefd09ed7c948a1c3cce.zip |
Merge branch 'master' into zvi
Diffstat (limited to 'include/config.php')
-rw-r--r-- | include/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.php b/include/config.php index 0be791715..ec3547a82 100644 --- a/include/config.php +++ b/include/config.php @@ -59,8 +59,8 @@ function set_pconfig($uid, $family, $key, $value) { return Zlib\PConfig::Set($uid,$family,$key,$value); } -function del_pconfig($uid, $family, $key) { - return Zlib\PConfig::Delete($uid,$family,$key); +function del_pconfig($uid, $family, $key, $updated = NULL) { + return Zlib\PConfig::Delete($uid,$family,$key,$updated); } function load_xconfig($xchan) { |