diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-17 19:00:17 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-17 19:00:17 -0700 |
commit | ac3b886cc46bd9c634cce7b409f5bea7211382da (patch) | |
tree | 896218cd6d22451ef151a1144bdd98290c359781 /include/diaspora.php | |
parent | f985c08d12d691161c30dc2fca1578bfcdb6058e (diff) | |
download | volse-hubzilla-ac3b886cc46bd9c634cce7b409f5bea7211382da.tar.gz volse-hubzilla-ac3b886cc46bd9c634cce7b409f5bea7211382da.tar.bz2 volse-hubzilla-ac3b886cc46bd9c634cce7b409f5bea7211382da.zip |
missing $
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-x | include/diaspora.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index 43651166d..9b2e4623a 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -2469,7 +2469,7 @@ function diaspora_send_status($item,$owner,$contact,$public_batch = false) { '$handle' => xmlify($myaddr), '$public' => $public, '$created' => $created, - '$provider' => (($item['app']) ? $item['app'] : t('projectname')) + '$provider' => (($item['app']) ? $item['app'] : t('$projectname')) )); } |