diff options
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; |