call build_sync_packet() on pdledit updates

This commit is contained in:
redmatrix 2016-01-17 01:05:32 -08:00
parent da9a8d54de
commit 9b3b2efe9a

View File

@ -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']);
}