From 9b3b2efe9aa374565c0c67bbc67c36f9c99d3add Mon Sep 17 00:00:00 2001 From: redmatrix Date: Sun, 17 Jan 2016 01:05:32 -0800 Subject: call build_sync_packet() on pdledit updates --- mod/pdledit.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod') 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']); } -- cgit v1.2.3