diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-03-28 17:36:39 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-03-28 17:36:39 -0400 |
commit | fe426a3152db14e175e3a5bb819c4eca4279b6f7 (patch) | |
tree | 0099a3f9cbe0149f74d96bff37d9ecfbdbd76fa1 /lib/noticelist.php | |
parent | a4919eab6a5f01c3220507790f16c55dd4dbc1f6 (diff) |
welcome notice, default sub for new users
Diffstat (limited to 'lib/noticelist.php')
-rw-r--r-- | lib/noticelist.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/noticelist.php b/lib/noticelist.php index 9fc0126b3..6af301839 100644 --- a/lib/noticelist.php +++ b/lib/noticelist.php @@ -387,6 +387,7 @@ class NoticeListItem extends Widget case 'xmpp': case 'mail': case 'omb': + case 'system': case 'api': $this->out->element('dd', null, $source_name); break; |