]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix source name
authorEvan Prodromou <evan@prodromou.name>
Fri, 12 Dec 2008 04:15:43 +0000 (23:15 -0500)
committerEvan Prodromou <evan@prodromou.name>
Fri, 12 Dec 2008 04:15:43 +0000 (23:15 -0500)
darcs-hash:20081212041543-84dde-47540bac9f755be3101b7e403ae8940c90003f33.gz

lib/noticelist.php

index 8c106208b303d36294d669fdf0bd6fa809ab050e..40b275a94a9cef8da56ba31a98df7074331e6a63 100644 (file)
@@ -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':