aboutsummaryrefslogtreecommitdiffstats
path: root/mod/impel.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-06 00:06:44 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-06 00:06:44 -0700
commit3fc5b854cbb8a1133139e928c8adbf7d36ad0872 (patch)
treeb93db030a69e409c443084752397a03d862e5148 /mod/impel.php
parentb832444dc256979e5c6664fa5318d2565274b59a (diff)
parentf51cfa696052fb38123dd2f495b98fd2feb6d24c (diff)
downloadvolse-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.php1
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();