summaryrefslogtreecommitdiff
path: root/lib/stream.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stream.php')
-rw-r--r--lib/stream.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/stream.php b/lib/stream.php
index 44b7b9738..4dbb99093 100644
--- a/lib/stream.php
+++ b/lib/stream.php
@@ -151,7 +151,10 @@ class StreamAction extends Action {
if ($ns) {
common_element('a', array('href' => $ns->url),
$ns->name);
+ } else {
+ common_element('span', 'noticesource', $source_name);
}
+ break;
}
return;
}