aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-17 19:00:17 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-17 19:00:17 -0700
commitac3b886cc46bd9c634cce7b409f5bea7211382da (patch)
tree896218cd6d22451ef151a1144bdd98290c359781
parentf985c08d12d691161c30dc2fca1578bfcdb6058e (diff)
downloadvolse-hubzilla-ac3b886cc46bd9c634cce7b409f5bea7211382da.tar.gz
volse-hubzilla-ac3b886cc46bd9c634cce7b409f5bea7211382da.tar.bz2
volse-hubzilla-ac3b886cc46bd9c634cce7b409f5bea7211382da.zip
missing $
-rwxr-xr-xinclude/diaspora.php2
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'))
));
}