diff options
author | friendica <info@friendica.com> | 2013-11-15 03:10:00 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-15 03:10:00 -0800 |
commit | 0b8c9654ea7e9e9357c5af689ed8a0d11d38d2f7 (patch) | |
tree | f4c7b2ff1eebc2d1a4459e85722c0addf8560439 /include | |
parent | fc0a5d58d1defc55c556544f165c23e4c0779d53 (diff) | |
download | volse-hubzilla-0b8c9654ea7e9e9357c5af689ed8a0d11d38d2f7.tar.gz volse-hubzilla-0b8c9654ea7e9e9357c5af689ed8a0d11d38d2f7.tar.bz2 volse-hubzilla-0b8c9654ea7e9e9357c5af689ed8a0d11d38d2f7.zip |
allow rpost to set source app
Diffstat (limited to 'include')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index e2a4a0723..fea53015e 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1130,7 +1130,7 @@ function status_editor($a,$x,$popup=false) { '$bang' => $x['bang'], '$profile_uid' => $x['profile_uid'], '$preview' => $preview, - '$sourceapp' => t($a->sourcename), + '$source' => ((x($x,'source')) ? $x['source'] : ''), '$jotplugins' => $jotplugins, '$defexpire' => '', '$feature_expire' => ((feature_enabled($x['profile_uid'],'content_expire') && (! $webpage)) ? 'block' : 'none'), |