aboutsummaryrefslogtreecommitdiffstats
path: root/mod/layouts.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-04-24 12:37:13 +0200
committerMario Vavti <mario@mariovavti.com>2015-04-24 12:37:13 +0200
commit9894a7b2d05a2300255814e1e77a96bf6ac2058a (patch)
tree99c32ce6f56e24a1819e8e1c4f4d7e8d699adcfd /mod/layouts.php
parentc6a75f407db0ab68a562442483b0f6402e34c0da (diff)
downloadvolse-hubzilla-9894a7b2d05a2300255814e1e77a96bf6ac2058a.tar.gz
volse-hubzilla-9894a7b2d05a2300255814e1e77a96bf6ac2058a.tar.bz2
volse-hubzilla-9894a7b2d05a2300255814e1e77a96bf6ac2058a.zip
copy/paste typo
Diffstat (limited to 'mod/layouts.php')
-rw-r--r--mod/layouts.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/layouts.php b/mod/layouts.php
index e0021c35d..f11554364 100644
--- a/mod/layouts.php
+++ b/mod/layouts.php
@@ -143,7 +143,7 @@ function layouts_content(&$a) {
$pages = array();
foreach($r as $rr) {
$element_arr = array(
- 'type' => 'block',
+ 'type' => 'layout',
'body' => $rr['body'],
'created' => $rr['created'],
'edited' => $rr['edited'],