aboutsummaryrefslogtreecommitdiffstats
path: root/mod/editwebpage.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-15 03:14:07 -0800
committerfriendica <info@friendica.com>2014-01-15 03:14:07 -0800
commit403b01da236e24a986cdc63e2b43c3aed2baf20c (patch)
tree85a5952e7b983bbbd2cf4cf6abce56ce83eb6fb6 /mod/editwebpage.php
parent47b8071ca7968ea489bd00c0746a2be39d6a6f2d (diff)
parentd0e657f0f034b10f35bae56f1834d7e41e552486 (diff)
downloadvolse-hubzilla-403b01da236e24a986cdc63e2b43c3aed2baf20c.tar.gz
volse-hubzilla-403b01da236e24a986cdc63e2b43c3aed2baf20c.tar.bz2
volse-hubzilla-403b01da236e24a986cdc63e2b43c3aed2baf20c.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'mod/editwebpage.php')
-rw-r--r--mod/editwebpage.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/editwebpage.php b/mod/editwebpage.php
index e1de09e37..f11210eea 100644
--- a/mod/editwebpage.php
+++ b/mod/editwebpage.php
@@ -99,8 +99,8 @@ function editwebpage_content(&$a) {
if($layout)
$layoutselect = '<input type="hidden" name="layout_mid" value="' . $layout . '" />';
else
- $layoutselect = layout_select($itm[0]['uid']);
-
+ $layoutselect = layout_select($itm[0]['uid'],$itm[0]['layout_mid']);
+
$o .= replace_macros(get_markup_template('edpost_head.tpl'), array(
'$title' => t('Edit Webpage')