diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-04-24 12:37:13 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-04-24 12:37:13 +0200 |
commit | 9894a7b2d05a2300255814e1e77a96bf6ac2058a (patch) | |
tree | 99c32ce6f56e24a1819e8e1c4f4d7e8d699adcfd | |
parent | c6a75f407db0ab68a562442483b0f6402e34c0da (diff) | |
download | volse-hubzilla-9894a7b2d05a2300255814e1e77a96bf6ac2058a.tar.gz volse-hubzilla-9894a7b2d05a2300255814e1e77a96bf6ac2058a.tar.bz2 volse-hubzilla-9894a7b2d05a2300255814e1e77a96bf6ac2058a.zip |
copy/paste typo
-rw-r--r-- | mod/layouts.php | 2 |
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'], |