diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-02 21:55:36 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-02 21:55:36 -0700 |
commit | 065a50c920ebfe2274ab134bca7849051f3582e7 (patch) | |
tree | 696993095e821eda1b58576b3947714eceabd681 /mod/pconfig.php | |
parent | 9369e521bbe45c5be3e5342d14b0670c85f78a31 (diff) | |
download | volse-hubzilla-065a50c920ebfe2274ab134bca7849051f3582e7.tar.gz volse-hubzilla-065a50c920ebfe2274ab134bca7849051f3582e7.tar.bz2 volse-hubzilla-065a50c920ebfe2274ab134bca7849051f3582e7.zip |
a few clone sync fixes as well as some work on hubzilla clone sync back to redmatrix
Diffstat (limited to 'mod/pconfig.php')
-rwxr-xr-x | mod/pconfig.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/pconfig.php b/mod/pconfig.php index e0ceb5d22..413dd2911 100755 --- a/mod/pconfig.php +++ b/mod/pconfig.php @@ -33,6 +33,7 @@ function pconfig_post(&$a) { } set_pconfig(local_channel(),$cat,$k,$v); + build_sync_packet(); goaway(z_root() . '/pconfig/' . $cat . '/' . $k); |