missing $

This commit is contained in:
redmatrix 2015-05-17 19:00:17 -07:00
parent f985c08d12
commit ac3b886cc4

View file

@ -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'))
));
}