aboutsummaryrefslogtreecommitdiffstats
path: root/mod/layouts.php
diff options
context:
space:
mode:
authorfriendica <redmatrix@redmatrix.me>2015-04-06 16:14:58 -0700
committerfriendica <redmatrix@redmatrix.me>2015-04-06 16:14:58 -0700
commit821bbd41e13e73c5de9cb74b79d2cc54f78eda03 (patch)
tree64e29cd06c6ac7e86e51243b77cd2ed9488b11bd /mod/layouts.php
parent04959a095f46272ecfee225e1dd85796f4e0676f (diff)
parente7b2e315102fa1e94a0f965cc7de88ea217c8783 (diff)
downloadvolse-hubzilla-821bbd41e13e73c5de9cb74b79d2cc54f78eda03.tar.gz
volse-hubzilla-821bbd41e13e73c5de9cb74b79d2cc54f78eda03.tar.bz2
volse-hubzilla-821bbd41e13e73c5de9cb74b79d2cc54f78eda03.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'mod/layouts.php')
-rw-r--r--mod/layouts.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/mod/layouts.php b/mod/layouts.php
index 74a713cf1..2616513f8 100644
--- a/mod/layouts.php
+++ b/mod/layouts.php
@@ -98,7 +98,6 @@ function layouts_content(&$a) {
header('Content-disposition: attachment; filename="' . $r[0]['sid'] . '.pdl"');
echo json_encode($r);
killme();
-
}
}
@@ -156,7 +155,7 @@ function layouts_content(&$a) {
'title' => $rr['sid'],
'mid' => $rr['mid']
);
- }
+ }
}
//Build the base URL for edit links
@@ -172,7 +171,6 @@ function layouts_content(&$a) {
'$preview' => '1',
));
-
- return $o;
+ return $o;
}