diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-06 17:31:22 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-06 17:31:22 -0700 |
commit | ec1dcb8f2eccfd1a0dfc9c7eccea788a4b385e41 (patch) | |
tree | 23b11b256e942ce408d305b509bc1c0ddaaed4ce /mod/webpages.php | |
parent | 7cbc5048743bc5976e48cd3f81801550c0b7f52f (diff) | |
parent | f5e439236c91134efab7bc04c2c98c23a81dc03d (diff) | |
download | volse-hubzilla-ec1dcb8f2eccfd1a0dfc9c7eccea788a4b385e41.tar.gz volse-hubzilla-ec1dcb8f2eccfd1a0dfc9c7eccea788a4b385e41.tar.bz2 volse-hubzilla-ec1dcb8f2eccfd1a0dfc9c7eccea788a4b385e41.zip |
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts:
util/messages.po
Diffstat (limited to 'mod/webpages.php')
-rw-r--r-- | mod/webpages.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/webpages.php b/mod/webpages.php index f7043d5e1..1795b52a0 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -155,7 +155,8 @@ function webpages_content(&$a) { 'edited' => $rr['edited'], 'mimetype' => $rr['mimetype'], 'pagetitle' => $rr['sid'], - 'mid' => $rr['mid'] + 'mid' => $rr['mid'], + 'layout_mid' => $rr['layout_mid'] ); $pages[$rr['iid']][] = array( 'url' => $rr['iid'], |