diff options
author | friendica <redmatrix@redmatrix.me> | 2015-04-17 17:21:10 -0700 |
---|---|---|
committer | friendica <redmatrix@redmatrix.me> | 2015-04-17 17:21:10 -0700 |
commit | 9f35971860e35a70162e469d7812c14ff949bf98 (patch) | |
tree | 621b3a34395bfce3a6d6ebc883dcc9a70921d0f3 /mod/webpages.php | |
parent | 3d99a6b5c4b8d754dff0666f7cca84724e0f95d9 (diff) | |
parent | c02ff823f6b84cda431f6ca39701c88d22607b77 (diff) | |
download | volse-hubzilla-9f35971860e35a70162e469d7812c14ff949bf98.tar.gz volse-hubzilla-9f35971860e35a70162e469d7812c14ff949bf98.tar.bz2 volse-hubzilla-9f35971860e35a70162e469d7812c14ff949bf98.zip |
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'mod/webpages.php')
-rw-r--r-- | mod/webpages.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/webpages.php b/mod/webpages.php index 5013d803a..b303b8652 100644 --- a/mod/webpages.php +++ b/mod/webpages.php @@ -115,6 +115,7 @@ function webpages_content(&$a) { 'profile_uid' => intval($owner), 'mimetype' => $mimetype, 'layout' => $layout, + 'expanded' => true ); if($_REQUEST['title']) |