diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-09-09 19:54:16 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-09-09 19:54:16 -0700 |
commit | db58b6223503a63f92cccddd87179ae8e3ae1e46 (patch) | |
tree | 935315e6f8ffa412eb6b091a98d34955efe5a09f /mod/network.php | |
parent | f3b560b4535594d1b1189a3d3a5b7070f8e96beb (diff) | |
download | volse-hubzilla-db58b6223503a63f92cccddd87179ae8e3ae1e46.tar.gz volse-hubzilla-db58b6223503a63f92cccddd87179ae8e3ae1e46.tar.bz2 volse-hubzilla-db58b6223503a63f92cccddd87179ae8e3ae1e46.zip |
don't auto-open the editor in forum mode. Save the forum selection text until we open it.
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/network.php b/mod/network.php index 3614c81d6..82c68424c 100644 --- a/mod/network.php +++ b/mod/network.php @@ -172,7 +172,7 @@ function network_content(&$a, $update = 0, $load = false) { 'profile_uid' => local_channel() ); if($deftag) - $x['body'] = $deftag; + $x['pretext'] = $deftag; $status_editor = status_editor($a,$x); $o .= $status_editor; |