aboutsummaryrefslogtreecommitdiffstats
path: root/mod/network.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-09 19:54:16 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-09 19:54:16 -0700
commitdb58b6223503a63f92cccddd87179ae8e3ae1e46 (patch)
tree935315e6f8ffa412eb6b091a98d34955efe5a09f /mod/network.php
parentf3b560b4535594d1b1189a3d3a5b7070f8e96beb (diff)
downloadvolse-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.php2
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;