aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-01-17 01:05:32 -0800
committerredmatrix <git@macgirvin.com>2016-01-17 01:05:32 -0800
commit9b3b2efe9aa374565c0c67bbc67c36f9c99d3add (patch)
treed3f1f1660fc84787366744c4f8d9a194a893a852 /mod
parentda9a8d54de70d290668da24a3ec930dd9230aab1 (diff)
downloadvolse-hubzilla-9b3b2efe9aa374565c0c67bbc67c36f9c99d3add.tar.gz
volse-hubzilla-9b3b2efe9aa374565c0c67bbc67c36f9c99d3add.tar.bz2
volse-hubzilla-9b3b2efe9aa374565c0c67bbc67c36f9c99d3add.zip
call build_sync_packet() on pdledit updates
Diffstat (limited to 'mod')
-rw-r--r--mod/pdledit.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/pdledit.php b/mod/pdledit.php
index 93b8d52e6..f2a25566a 100644
--- a/mod/pdledit.php
+++ b/mod/pdledit.php
@@ -10,6 +10,7 @@ function pdledit_post(&$a) {
goaway(z_root() . '/pdledit/' . $_REQUEST['module']);
}
set_pconfig(local_channel(),'system','mod_' . $_REQUEST['module'] . '.pdl',escape_tags($_REQUEST['content']));
+ build_sync_packet();
info( t('Layout updated.') . EOL);
goaway(z_root() . '/pdledit/' . $_REQUEST['module']);
}