diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-06 00:06:44 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-06 00:06:44 -0700 |
commit | 3fc5b854cbb8a1133139e928c8adbf7d36ad0872 (patch) | |
tree | b93db030a69e409c443084752397a03d862e5148 /mod/impel.php | |
parent | b832444dc256979e5c6664fa5318d2565274b59a (diff) | |
parent | f51cfa696052fb38123dd2f495b98fd2feb6d24c (diff) | |
download | volse-hubzilla-3fc5b854cbb8a1133139e928c8adbf7d36ad0872.tar.gz volse-hubzilla-3fc5b854cbb8a1133139e928c8adbf7d36ad0872.tar.bz2 volse-hubzilla-3fc5b854cbb8a1133139e928c8adbf7d36ad0872.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'mod/impel.php')
-rw-r--r-- | mod/impel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/impel.php b/mod/impel.php index 67a7a21a9..0b29bcf02 100644 --- a/mod/impel.php +++ b/mod/impel.php @@ -116,6 +116,7 @@ function impel_init(&$a) { $arr['title'] = $j['title']; $arr['body'] = $j['body']; $arr['term'] = $j['term']; + $arr['layout_mid'] = $j['layout_mid']; $arr['created'] = datetime_convert('UTC','UTC', $j['created']); $arr['edited'] = datetime_convert('UTC','UTC',$j['edited']); $arr['owner_xchan'] = get_observer_hash(); |