summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-12-11 23:15:43 -0500
committerEvan Prodromou <evan@prodromou.name>2008-12-11 23:15:43 -0500
commitda32755959f649ad5c0cf8b7b49c8546ddad73d7 (patch)
tree6c19ef95f235077349131a2f2d91b74dc371570d
parent0782e5916bd4173bc3562876308a1946dc8a4651 (diff)
fix source name
darcs-hash:20081212041543-84dde-47540bac9f755be3101b7e403ae8940c90003f33.gz
-rw-r--r--lib/noticelist.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php
index 8c106208b..40b275a94 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':