diff options
author | redmatrix <git@macgirvin.com> | 2016-01-17 01:05:32 -0800 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-01-17 01:05:32 -0800 |
commit | 9b3b2efe9aa374565c0c67bbc67c36f9c99d3add (patch) | |
tree | d3f1f1660fc84787366744c4f8d9a194a893a852 /mod | |
parent | da9a8d54de70d290668da24a3ec930dd9230aab1 (diff) | |
download | volse-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.php | 1 |
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']); } |