From: Evan Prodromou Date: Fri, 12 Dec 2008 04:15:43 +0000 (-0500) Subject: fix source name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=da32755959f649ad5c0cf8b7b49c8546ddad73d7;p=quix0rs-gnu-social.git fix source name darcs-hash:20081212041543-84dde-47540bac9f755be3101b7e403ae8940c90003f33.gz --- diff --git a/lib/noticelist.php b/lib/noticelist.php index 8c106208b3..40b275a94a 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -158,7 +158,7 @@ class NoticeListItem { function show_notice_source() { if ($this->notice->source) { common_text(_(' from ')); - $source_name = _($source); + $source_name = _($this->notice->source); switch ($source) { case 'web': case 'xmpp':