aboutsummaryrefslogtreecommitdiffstats
path: root/mod/pconfig.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/pconfig.php')
-rwxr-xr-xmod/pconfig.php1
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);