From da32755959f649ad5c0cf8b7b49c8546ddad73d7 Mon Sep 17 00:00:00 2001
From: Evan Prodromou <evan@prodromou.name>
Date: Thu, 11 Dec 2008 23:15:43 -0500
Subject: [PATCH] fix source name

darcs-hash:20081212041543-84dde-47540bac9f755be3101b7e403ae8940c90003f33.gz
---
 lib/noticelist.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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':
-- 
2.39.5